i am using visablity true false cause i dont know how to link to another form in the same project
so im trying this but its not working.
any suggestions?

Code:
dim button as button
For Each button In me.controls
button.Visible = False
Next