Visual C# sharp tabs?

MagicIdiot

New member
I'm making a form with 2 tabs. When the user clicks on tab1, I want to change a boolean variable to true and when user clicks on tab2, it changes the boolean variable to false.

How do I do this?
 
Back
Top