Ok so I have two forms Form1 & form2
- in "form1" I have a "TextBox" and a "Button" that is set to open "form2".
- in "form2" I have a "Button" which is set "visible" to "false".
then I want in "form1" when the "TextBox" enters the text "Sample" it will make the button in "form2" "visible" set to "true".
Keep in mind that only "form1" is opened!
The thing I have is a login form where I want the user I've added to get a button visible when the "form2" is opened, but if that user isn't logged in it won't be visible - Thanks :3