Create a project named DayNight. Include a Form that contains two Buttons
Question # 00205931
Posted By:
Updated on: 02/24/2016 11:17 PM Due on: 03/25/2016
The two questions below need to be coded in C# with comments in the code please:
- Create a project named DayNight. Include a Form that contains two Buttons, one labeled Day and one labeled Night. Add a Label telling the user to click a button. When the user clicks Day, change the BackColor of the Form to Yellow; when the user clicks Night, change the BackColor of the Form to DarkBlue.
- Create a project named FiveColors. Its Form contains at least five Button objects, each labeled with a color. When the user clicks a Button, change the BackColor of the Form
-
Rating:
/5
Solution: Create a project named DayNight. Include a Form that contains two Buttons