Mike Taulty Profile
This user has contributed 0 articles, 1 code samples and posted 0 messages in our discussion forums.
Technology Interests
Code Samples-
When you're writing Windows Forms applications it's always nice to be able to keep the UI responsive in order to avoid frustrating the user. Here's a method of completing your asynchronous work on the Application Idle loop rather than allowing another thread to wander into your Windows Forms code and then trying to deal with it by Control.Invoke.. 
|