|
-
Dec 22nd, 2011, 02:08 AM
#1
Thread Starter
New Member
2 Files in one?
Lets say i have a login form and when i put in the right details how can i make it so it closes the login window and go to another window? and how to make multiple widows? like multiple forms?
-
Dec 22nd, 2011, 02:28 AM
#2
Thread Starter
New Member
-
Dec 22nd, 2011, 04:06 AM
#3
Re: 2 Files in one?
Please do not bump your threads. For some of the reasons, see this. People will read your thread (and hopefully reply) when they get the time to do so.
-
Dec 22nd, 2011, 04:20 AM
#4
Hyperactive Member
Re: 2 Files in one?
To display a form:
To hide a form:
To close a form:
One thing to note, if you have your project shutdown mode set to "When startup form closes" if you do Me.Close within the startup form, it will end the program. Changing the shutdown mode to "When last form closes" will allow you to close the startup form (e.g. your login form).
Tags for this Thread
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
|