|
-
Apr 22nd, 2006, 03:48 AM
#1
Thread Starter
Junior Member
Selecting the Form that starts first at execution
when i first run my projects or launch an executable, what determines which form loads first?
-
Apr 22nd, 2006, 04:41 AM
#2
Re: Selecting the Form that starts first at execution
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.
-
Apr 22nd, 2006, 04:47 AM
#3
Thread Starter
Junior Member
Re: Selecting the Form that starts first at execution
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|