Improve Form Load

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top