Splash screen

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

Ok, How can I have my main app initialize while showng a splash screen.

-Lou
 
That example doesn't have the main for shown underneath the splash screen.
I ned the main app to show along withth splash screen?
 
Lou said:
That example doesn't have the main for shown underneath the splash screen.
I ned the main app to show along withth splash screen?

I did not refer primarily to my own example but to the thread in general.

Do you mean you want to show your main form underneath the splash screen?
You can show it before showing the splash screen. Or you can set the splash
screen's TopMost property to True. Please note that topmost windows are
topmost for all applications.

Armin
 
hi Garvin,

how about this. In your Application Startup event,

Splashscreen.show
..... do your application setup
Splashscreen.close

-jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top