Use Windows to rename the Colors Solution folder to Colors Solution-Modified. Open the Colors Solution.sln file contained

Question:

Use Windows to rename the Colors Solution folder to Colors Solution-Modified. Open the Colors Solution.sln file contained in the VB2017\Chap01\Colors Solution-Modified folder. If necessary, open the designer window. Locate the btnBlue_Click procedure in the Code Editor window. In the line above the procedure footer, enter the following assignment statement: lblSpanish.BackColor = Color.Blue. Save the solution and then start the application. Click the Blue button; the word Azul appears in the label control and the control’s background color changes to blue. Click the Exit button. Modify the code in the btnGreen_Click and btnRed_Click procedures so that each changes the label control’s background color appropriately. Save the solution and then start and test the application.

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

Step by Step Answer:

Question Posted: