|
-
Nov 7th, 2001, 05:55 AM
#1
Thread Starter
Lively Member
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 !
-
Nov 7th, 2001, 05:59 AM
#2
-= B u g S l a y e r =-
set form2 as the startup form, or create a Sub Main in a module, and set that as startup routine.
-
Nov 7th, 2001, 06:04 AM
#3
-= B u g S l a y e r =-
more ....
Project properties :
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
|