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

I m using Back gorund worker for showing server responses.So When I started showing a progress bar window for this purpose.When I start calling server progress bar window will come.But it not showing my labels inside the window for some time after wards displays time n all.How to solve this?

Regards,
Shami
Posted

1 solution

How to use backgroundworker[^]

OR
You can use Threading too. it's alternative to background worker to show processign bar when other operation get's complete.

check here[^]
 
Share this answer
 
Comments
shameen.cp 18-Feb-12 4:50am    
i wanted to call this when data need to send to server and needs to return back after sending.

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