I have it so when I click on a button, it makes another form appear. It simply changes the forms "visible" property from "false" to "true" when it is clicked. How do I make this process more efficient? (I assume the form is loaded when the program is, since it only changes it's visible property, instead of opening it. How do I make it load an instance of the form?)
Once haveing done the above, how do I allow the form be able to be opened with multiple instances? Or, is that already enabled?
Also, how do I refer to a form in a folder? ie:
I have a code that is executed with an OnClick, like this "Form2.Visible = True", how do I refer to a form named "FormThis" that is in the folder "HolyFolder" ? (This code is in Form1 that is created when you start a new project.)
This post has been edited by thisismydisplayname: 31 March 2008 - 10:23 PM

Help


Back to top











