Results 1 to 3 of 3

Thread: controlling the order of forms loaded

  1. #1

    Thread Starter
    Lively Member fundean's Avatar
    Join Date
    Apr 2001
    Posts
    98

    controlling the order of forms loaded

    I created a password form (form2) after my main form (form1). How can I have VB load the second form first, then load the main form, assuming the password is correct? I keep on getting the main form load first because it is the first one I coded.

    Thanks !

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    set form2 as the startup form, or create a Sub Main in a module, and set that as startup routine.
    -= a peet post =-

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629

    more ....

    Project properties :

    -= a peet post =-

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