Click here to Skip to main content
15,885,182 members
Articles / Programming Languages / C#

The key to multi-threaded Windows Forms UI interaction

Rate me:
Please Sign up or sign in to vote.
4.60/5 (41 votes)
5 Apr 2002BSD3 min read 302.6K   8K   93  
Teaches how to use the Invoke functionality so that interaction with UI elements can be safely done.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer (Senior) InfoPlanIT, LLC
United States United States
James has been programming in C/C++ since 1998, and grew fond of databases in 1999. His latest interest has been in C# and .NET where he has been having fun writing code starting when .NET v1.0 was in its first beta.

He is currently a senior developer and consultant for InfoPlanIT, a small international consulting company that focuses on custom solutions and business intelligence applications.

He was previously employed by ComponentOne where he was a Product Manager for the ActiveReports, Data Dynamics Reports, and ActiveAnalysis products.

Code contained in articles where he is the sole author is licensed via the new BSD license.

Comments and Discussions