when i first run my projects or launch an executable, what determines which form loads first?
Printable View
when i first run my projects or launch an executable, what determines which form loads first?
Project -> projectname Properties -> Startup Object
For non-trivial apps you should use a Sub Main (in a module), not a Form, as it gives you more control over the startup process.
cool thx