Popular Articles
Last viewed:
- Disable Button on Submit (Prevent multiple submits)
- ASP.NET Charting Control 3.5 fix for "Error executing child request for ChartImg.axd"
- ASP.NET CSS Highlight TextBox on Focus
- SQL Server Database Project and Database Source Control
- Format a DateTime as a Facebook-style date with Months, Days, Hours, Minutes Ago
- Getting Started with .NET Entity Framework
Recent comments
- jkll
13 hours 26 min ago - Thank You
1 day 13 hours ago - Another approach
3 days 14 hours ago - Issue
4 days 3 hours ago - thanks
4 days 14 hours ago - Calendar date time
4 days 20 hours ago - Nice Explanation
5 days 9 min ago - ramya
1 week 20 hours ago - thank a lot
1 week 1 day ago - Very useful, but...
1 week 4 days ago

Update ProgressBar from main thread
Updating controls from your same thread during blocking operations like downloading a file will never work as well as a separate thread. You should really get into the habit of doing the updating from separate threads because this is core to doing advanced windows programming.
All of that being said, I did find a thread where you can create a delegate back to your thread that may work for you. Here is the post:
http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/093dfdb2-e...