Im brand spankin new to C# but did only a bit of console work with C++ in high school.
I am working with the form application walk through and decided to try a few things. I want to have a check box toggle the background of the form between red and blue.
Ive created a checkbox and applied code to make it change the background to red once checked. (The default color is grey)
The problem is, when I uncheck the box it stays red and I can not find any tutorials online to help me with toggling a check box.
Any help would be appritiated greatly.