In a project with more than one form, how do I specify which one loads first when I run the program?
Where do I declare global variables?
Printable View
In a project with more than one form, how do I specify which one loads first when I run the program?
Where do I declare global variables?
1) Goto the Project Properties Windows and there you can select it. It's somewhere in the Project menu.
2) In a module.
[Edited by oetje on 12-05-2000 at 08:29 AM]
Hi,
To specify which one loads up first, goto Project>Properties and in the box that appears there will be a combo box that says StartUp. Choose which form you want from there.
To create Global Variables simply declare your variables as Public. You may want to put these variables into a module.
Hope this helps
Shaun