Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi

How do I can create progress bar when switch between two form
before form finish loading and initializing show status loading
thanks
Posted
Comments
CHill60 13-Jun-15 9:49am    
What do you mean by "switch between two form" and where are you going to show the progress bar?

1 solution

Do the form loading code in a BackgroundWorker[^] and then Show the form when it's complete.
The BackgroundWorker has provisions for reporting status which can go to a control on the first form, or to a separate form that just displays the progress.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900