|
-
Sep 12th, 2009, 10:44 AM
#16
Re: Problems with data exchange beatween forms
It means you are accessing that control from a thread that does not 'own' it. Basically you should not modify any controls from a background thread, it should be done from the UI thread. You can use JMC's tutorial here to learn how to work around this: http://www.vbforums.com/showthread.php?t=498387
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|