That's a slightly strange way of doing things... in C#-land you usually have your form on your main thread and create other threads to do work.
Then you have your UI driving your work code, not your work code driving your UI...
Darwen.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: Main Method, Threading & GUIsThreaded View
|
Click Here to Expand Forum to Full Width |