Popular Articles
Last viewed:
- Silverlight Memory Leak DataGrid, DataForm, DataTemplate, etc...
- Contact Us
- SQL Create Table Add Description to Column
- Performance benchmarks for LINQ vs. SqlDataReader, DataSet - LINQ Compiled Queries: Part 2
- Installing an SSL / TLS certificate on Windows Server 2008
- Install Windws 2003 Terminal Service Licenses (Remote Desktop)
Recent comments
- Aha! Problems with UpdatePanel? Sorted ...
1 day 1 hour ago - Some help required with this
1 day 7 hours ago - Never seen this issue
1 week 1 day ago - Error in query.ToList()
1 week 1 day ago - Thanks
1 week 2 days ago - Thanks
1 week 5 days ago - To get the data working,
2 weeks 1 day ago - If I manually change the
2 weeks 1 day ago - Handling EDM Relationship Metadata
2 weeks 1 day ago - About the itextsharp version
2 weeks 1 day 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...