Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Splash Screen z-order trouble

Status
Not open for further replies.

yatingg

Programmer
Jan 20, 2004
5
US
Ok, so I'm having some problems w/ the z-order.

What I need:
1. A splash screen that will stay on top of the application (myapp). It is possible that myapp finishes loading before the splash does.
2. If another app is ran (for example, IE) while myapp is still loading, the z-order needs to be myapp, splash, IE.

What is really happening:
1. If I set splashform.topmost=true, when IE is loaded, the z-order becomes myapp, IE, splash.
2. If I don't do the above and instead I set splashform.toplevel=true, the splash ends up behind myapp because myapp finishes loading before the splash is done loading.

Please Help! Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top