Create a Visual Basic Windows application. Use the following names for the solution and project, respectively: State Capital Solution and State Capital Project. Save the application in the ClearlyVB2012Chap10 folder. Change the name of the form file on your disk to frmMain.vb. If necessary, change the form’s name to frmMain. Create the interface shown in Figure 10-24. If the selected capital corresponds to the selected state, the btnAmIRight_Click procedure should display the message “Correct†in the Result box; otherwise, it should display the message “Try againâ€. Code the application. Save the solution and then start and test the application. Close the Code Editor window and then close the solution.