Question: Create an application that allows the user to select a state and then displays that state s official abbreviation. The form should have seven buttons,
Create an application that allows the user to select a state and then displays
that states official abbreviation. The form should have seven buttons, one for
each state and an Exit button. The application should perform the following
actions:
When the user clicks on Virginia, the application should display VA in a
Message Box.
When the user clicks on North Carolina, the application should display
NC in a StatusStrip Control.
When the user clicks on Texas, the application should display TX in a
Label Control.
When the user clicks on Georgia, the application should display GA in a
StatusStrip Control.
When the user clicks on Alabama, the application should display AL in a
Message Box.
When the user clicks on Florida, the application should display FL in a
Label Control.
When the user clicks on Exit, the application should close.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
