Open the VB2017Chap01FixIt SolutionFixIt Solution.sln file. If necessary, open the designer window. The interface contains a picture

Question:

Open the VB2017\Chap01\FixIt Solution\FixIt Solution.sln file. If necessary, open the designer window. The interface contains a picture box, two buttons, and a label control that displays the price of the parrot. 

a. Start the application. Click the Show price button, which should display the label control. Notice that the button is not working. Click the Exit button to end the application.

b. Open the Code Editor window and then fix the code contained in the btnShow_Click procedure. Save the solution and then start the application. Click the Show price button to verify that it now displays the price of the parrot. Click the Exit button to end the application.
c. Start the application again. This time, use the Exit button’s access key (Alt1x) to end the application. Notice that the access key is not working. Click the Exit button to end the application.
d. Which event procedure in the Code Editor window contains the Me.Close() statement? In which event procedure should the statement be entered?Delete the entire incorrect event procedure and then enter the Me.Close() statement in the correct one. Save the solution and then start the application. Test the Exit button by clicking it and also by using its access key. 

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: