News

In your Form class, can't you write a public boolean function for each checkbox on the form that returns true if that checkbox is checked and false if it's not?
Creating a new form in C# is fairly simple, thanks to the Form class. But what about referencing an existing one? Step through this sample code and see how it's done.