|
-
Dec 11th, 2006, 02:11 AM
#1
Thread Starter
Lively Member
[RESOLVED] Splash Screen - Login Form - Main Form
Hello guys,
My Main Form takes several seconds to load so I set a splash screen to be showed while this main form is loading. But now I want a Login Form to pop up before Main Form is showed. If I set my Login form as the startup form then the splash screen is showed only while login form is being loaded so I need to:
- Show splash screen
- Load Main Form but not display it
- Show Login Form
- If Login is correct then show main form previously loaded.
I tried launching the login form from Main Form's Load event handler, but the splash screen keeps showing topmost over Login form. I am missing a "Loaded" event to handle.
Thanks in advance for your help!
Last edited by Shardox; Dec 11th, 2006 at 03:13 AM.
Reason: [RESOLVED]
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
|