Create a Windows application that will ask the user to enter a student’s information, then display all of them in a message box when the button is clicked. The application should include the following controls and their properties: Control Properties Three (3) Textboxes Two (2) Radio buttons Three (3) Combo boxes One (1) Button Font Size -> 12 Back Color -> Crimson Flat Style -> Flat Font Size -> 12 Fore Color -> White Six (6) Labels Font Size -> 12 Font Bold -> True 2. The program should meet the following specifications: • • Use CamelCase in naming controls. Use looping statement to add items on the three (3) combo boxes: o Day is from 1 to 31; o Month is from 1 to 12; and o Year is from 1900 to current year. Use a decision statement to determine what combo box value is selected by the user. • 3. Name the project as StudentRegistrationApplication and the class or form as frmStudentRegistration.
Create a Windows application that will ask the user to enter a student’s information, then display all of them in a message box when the button is clicked. The application should include the following controls and their properties: |
Control |
Properties |
Three (3) Textboxes Two (2) Radio buttons Three (3) Combo boxes One (1) Button |
Font Size -> 12 |
Back Color -> Crimson Flat Style -> Flat |
Font Size -> 12 Fore Color -> White |
Six (6) Labels |
Font Size -> 12 |
Font Bold -> True |
2. The program should meet the following specifications: |
• • |
Use CamelCase in naming controls. Use looping statement to add items on the three (3) combo boxes: o Day is from 1 to 31; |
o Month is from 1 to 12; and |
o Year is from 1900 to current year. Use a decision statement to determine what combo box value is selected by the user. |
• |
3. Name the project as StudentRegistrationApplication and the class or form as frmStudentRegistration. |
Trending now
This is a popular solution!
Step by step
Solved in 2 steps