St. Ambrose CSCI 275 - Display Flag Project

Unformatted text preview:

Write a project to display the flags of four different countries, depending on the setting ofthe radio buttons, In addition, display the name of the country in a large label under the flag picture box (You may need to research how to use the pcture box control). The user also can choose to display or hide the form’s title, the country name, and the name of the programmer. Use check boxes for the display/hide choices.Include keyboard access keys for all radio buttons, check boxes and buttons. Include ToolTips.You can choose the countries and flags. You should find more than 20 flag icons in Microsoft Video Studio .NET\Common7\Graphics\Icons\Flags. If you cannot find them here you can download them from Blackboard External links.Hint: When a project begins running, the focus goes to the control with the lowest TabIndex. Because that control is likely to be a radio button, one button will appear to beselected. You must wither display the flag to match the radio button or make the focus begin in a different control. You might consider beginning focus on the button.Set the Visible property of a control to the Checked property of the corresponding check box. That way when the check box is selected the control becomes visible,Because all three selectable controls will be visible when the project begins, set the Checked property of the three check boxes to True at design time. Set the flag picture boxes to Visible = False so they won’t appear at startup. (If you plan to display one picture box at start up, its Visible property must be set to true.)Rather than stack the picture boxes, you might consider another method of setting up the four flag picture boxes. Try placing four small invisible flag icons near the bottom of the form. When a user selects a different country’s flag, set the Image property of the large flag picture box to the Image property of one of the mall, invisible picture


View Full Document

St. Ambrose CSCI 275 - Display Flag Project

Download Display Flag Project
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Display Flag Project and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Display Flag Project 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?