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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multithreading/Loading Screen

Status
Not open for further replies.

escuro19

Programmer
Oct 30, 2009
7
GB
Hi all,

I have an application, when the user clicks on a button it will open the 'view form', which loads data from a database into a listview.
This takes a while if there is alot of data in the database table.

How do i create a loading screen (asuming i need to make a new form as the loading screen) which appears while the application is loading the data into the listview. And once the process is finish, the loading screen will close and the 'view form' opens.

Many thanks
 
Another way i thought to do this is on the viewform onload event.. open the loading form, excute the loading data to listview code then close the loading form..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top