Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing a Form on a Seperate Thread...?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01149321
Message ID:
01150113
Views:
29
Ben,

You can only update the UI from the thread the UI was created on. To update the UI in a thread safe manner you can use the form's Invoke method.

This should help you out.

http://msdn.microsoft.com/msdnmag/issues/05/03/AdvancedBasics

In DotNet 2.0 you can use the BackgroundWorker component and subscribe to a few events which makes the process a whole lot easier.

Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform