Reply to comment

Strange problem concerning the progress bar update

I created a new project (VS 2008, .Net 3.5) like shown here. Everything is working fine except the MessageBox "File download complete" is shown when the progess bar is at approximately 30 %. This seems to be a timing issue because when I debug the process and have a breakpoint in "backgroundWorker1_ProgressChanged", the progress bar is updated fine. A "progressBar1.Update();" doesn´t make any difference. Any help is appreciated.

Reply