I have one application in that i am calling a .php file using webClient from the server. To complete the process it takes few minutes(based on the client db). I tried to show progress bar but because of control is not here it’s not processing . It updating when it completes the download process. So now i am trying to show .gif image but same thing happening with the image also. Any other solutions are there??????
Share
Sure. You’d want to do your time-consuming tasks in a separate (non-UI) thread, and let the UI thread do the message processing, which in turn redraws your progress bar and animates GIFs.