mdi and splash screen

  • Thread starter Thread starter freddy
  • Start date Start date
F

freddy

I want to have a splash screen come up before the app.
loads, I am using mdi
 
If your Main application calls the main form from within
itself you may have more difficulties however you may wish
to move your forms to within a class library and
Instantiate the splash on a seperate thread while the main
forms are loading.

This post from the experts-exchange shows a discussion on
the topic using VB.NET:
http://www.experts-
exchange.com/Programming/Programming_Languages/Dot_Net/Q_20
836799.html
 

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

Similar Threads

App Startup 1
Splash Screen issues 1
Splash Screen in vb.net 2005 1
splash screen, VB.NET MDI APP--wierd problem 14
New PC 6
Splash screen? 5
(Re)opening closed MDI child? 2
Splash screen 3

Back
Top