|
-
Jul 13th, 2007, 04:21 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2005] Setting text property across threads
I'm trying to set the text property of a ToolStripStatusLabel from within the DoWork method of a BackGround Worker.
When I run the project I get a message telling me about an unsafe cross thread call, this I understand and expect 
The ToolStripStatusLabel does not support InvokeRequired so how do I check for cross thread calls and make a safe call to this control ?
If my post helps , please feel free to rate it 
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
|