Results 1 to 3 of 3

Thread: Selecting the Form that starts first at execution

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Posts
    22

    Selecting the Form that starts first at execution

    when i first run my projects or launch an executable, what determines which form loads first?

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Posts
    22

    Re: Selecting the Form that starts first at execution

    cool thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width