Popular Articles
Last viewed:
- Create trigger MySQL 5.0 - super privilege required
- Disable Button on Submit (Prevent multiple submits)
- Get the list of ODBC data source names programatically using C#
- Using Stored Procedures in the Entity Framework with Scalar Return Values
- Get Authentication Mode from Web.Config file
- GridView ObjectDataSource LINQ Paging and Sorting
Recent comments
- Awsome!!
7 hours 42 min ago - C# insert image
22 hours 35 min ago - jkll
3 days 10 hours ago - Thank You
4 days 10 hours ago - Another approach
6 days 11 hours ago - Issue
1 week 1 hour ago - thanks
1 week 11 hours ago - Calendar date time
1 week 17 hours ago - Nice Explanation
1 week 21 hours ago - ramya
1 week 3 days ago

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.