Create a Windows application that can be used to change the form color. Your form background color

Question:

Create a Windows application that can be used to change the form color.

Your form background color should initially be blue. Provide at least two buttons with two different color choices and a Reset option. Change the font style and size on the buttons. Align the buttons so that they are in the center of the form. The color choice buttons should be the same size.

Add event handlers for the buttons so that when the user clicks the button, the form changes color, and a message box is displayed alerting the user as to what color the form is. Be sure to name any controls used in program statements prior to registering your event. Change the default title bar text.

Hint: This exercise may require you to do some research. You may want to review the code placed in the .Designer.cs file after you set the form’s initial color.

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

Step by Step Answer:

Question Posted: