|
-
Feb 11th, 2001, 05:24 PM
#1
Thread Starter
Member
Hi.
I have tried to make a Splash screen on my program but it always shows behind the main form. How do I fix so that the splashscreen is in the forground instead of the main form?
-
Feb 11th, 2001, 05:25 PM
#2
Lively Member
set the splash screen's zorder to 0.
-
Feb 11th, 2001, 05:33 PM
#3
Frenzied Member
-
Feb 11th, 2001, 09:30 PM
#4
Better to load it non-modal, then when the main form behind it loads, set the slashscreen form to be always on top of the main form. This means that the user can flip between other programs, andthe splash screen is only on top when you app has focu, not when another app has focus.
- gaffa
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
|