Question: Using visual studio Complete the following program. Create an application that allows the user to select a state and then displays that state's official abbreviation
Using visual studio
Complete the following program. Create an application that allows the user to select a state and then displays that state's official abbreviation in a Label control and the state bird in a picturebox control. The form should have six buttons, one for each state. When the user clicks a button, the application displays the state's abbreviation in a Label Control and the appropriate image in the picturebox. State Abbreviations - The following table shows lists of six states and their official abbreviations. Virginia VA North Carolina NC California CA Georgia GA Ohio OH Texas TX 1. Review VB Module #1 and #2 2. Conform to naming conventions, utilize properties including AutoSize, BorderStyle, and TextAlign. 3. Add an Exit button and a Clear button. Write the code for the buttons. 4. Set the tab order for the form. 5. Set the cancel and accept properties for the form. 6. Be sure to change the form text attribute to something meaningful. What to Submit: Submit a compressed file of your application. Application submission: when submitting your application use Visual Basic 2015 and attach a compressed file; compress your VB code and upload.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
