You can not modify the the form from a thread other than the one that it was created on. You need to call the BeginInvoke method coupled with the InvokeRequired property in order to modify UI controls.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |