Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hello,

I have Four forms in my c# .net windows application, when i am clicking second form's button and then loading another third form, but it's loading very slow.
I want to run Progress Bar between these two forms, my progress bar will have to run until second form's fully load with third's form controls.

How is it possible?

Help me.

Thanks in Advance.

Ankit Agarwal
Software Engineer
Posted

1 solution

Hi Ankit, Check this link..

BackgroundWorker and ProgressBar demo[^]
 
Share this answer
 
Comments
[no name] 24-Dec-12 8:12am    
I have applied your solution, but did not success, because some time progress bar running after third page loaded.
Please give me any solution for this.
[no name] 24-Dec-12 8:15am    
I have applied your solution, but did not success, because some time progress bar running after form loaded.
Please give me any solution for this
Dilan Shaminda 24-Dec-12 8:55am    
you can try it by setting ProgressBarStyle to Marquee..hope this will help..
Dilan Shaminda 24-Dec-12 8:56am    
progressBar1.Style = ProgressBarStyle.Marquee;

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