Say I have two Windows Forms, form1 and form2. On form1 I have a bool tag = false. On form2 I have a button. I want to make it so, when I press the button, the tag is set to true.
I am using Visual Studio if that is needed.
The question uses an example. I generally want to know how to change things in one Form from a different Form