I'm posting here because I'm not too sure Google will take the entire search criteria of what I'm trying to explain.
I have a Main form, called Main.vb, that is a Parent Form. I have another form called Notes.vb.
Inside Main.vb I have a toolstrip with a button on it called Notes. I'm wanting to change the checked status of the Button to either True when the Notes.vb window is open inside the parent or to false when it is close.
Is this possible?