Create a title form that displays for 3 seconds before disappearing and opening the form below.
The splash screen form consisting of the following:
Using groupboxes, radiobuttons, checkboxes, textboxes, buttons, labels, and an image create the form above.
Use the correct 3-letter prefix when naming ALL controls on both of the forms.
Center both forms on the screen
Clear all radio buttons, checkboxes and textboxes
Set focus to txtName when cleared
When you click on the favorite color options, have a the form change to that color. Include buttons, options, labels, buttons, etc.
Exit the program from the Exit Button
Select one radio button for job and one for color
Set up the tab order (don't forget tab stop for radio buttons)
Hide a groupbox next to the the age label for Graduation Year. This groupbox will appear when the radio button is selected and show a label that displays the graduation year for that grade level. It will remain visible but change with each click of the option buttons.
Put the appropriate code to Exit and to Clear ALL controls.
The Clear button should:
Create an icon to be used on both forms
Add a "OK only" message box to your favorite color option button. (we will add later)
Add a menu as below (we will take care of the code tomorrow):
Add an input box to the form load that asks for their name. Use what they enter in the name textbox.
Add the appropriate code to use a commondialog for printing.
When finished: