I would like to be able to call a form and change it settings using a variable, something like


MyVar = "Form1"
MyVar.visible = true



This obviously doesn't work in this way. What can i do to accomplish this.