I have a main form (from1) which contains a button ("Open"). When I press the button, from2 is opening. Form2 also has a button ("Change it!") and when I press it, I want a textBox from from1 to modify its visibility to "false" and after this, this form (from2) to close.
Please help!!!