Improve Form Load

G

Guest

Is it possible to preload forms while the splash screen is showed to improve
the load event of the form?

any other suggestions to improve the form load are most welcome!

VB.Net 2005 + SQL server2000 database
 
K

Kevin Spencer

A splash screen is typically used to display something to a user while the
main application (such as a Windows Form) is loading data that takes some
time to load. It is not typically the Form itself that takes a long time to
load, but some data that it interacts with.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
G

Guest

Can you help me out a bit with a code snippit how to load a form during
splash time?

Thx for your quick response !!
--
Best regards
Luc

Kevin Spencer said:
A splash screen is typically used to display something to a user while the
main application (such as a Windows Form) is loading data that takes some
time to load. It is not typically the Form itself that takes a long time to
load, but some data that it interacts with.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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

Preload MDI childeren to improve performance 1
How to preload forms 5
Application startup time too long 3
Displaying a Loading Screen 2
Pre Load a form 1
Main Form loses focus 1
tabbed form 4
Form Load Events 2

Top