EDN Admin
Well-known member
Hi:
How can I invoke Toolstripstatuslabel.text from another thread?
Example:
void XXXXXXX
{
Try
{
................
}
Catch {SocketException e)
{
ToolStripStatusLabel1.Text= e.ToString();
}
}
This will cause cross thread Error! Any way to work around this?<hr class="sig Davinci Blurr
View the full article
How can I invoke Toolstripstatuslabel.text from another thread?
Example:
void XXXXXXX
{
Try
{
................
}
Catch {SocketException e)
{
ToolStripStatusLabel1.Text= e.ToString();
}
}
This will cause cross thread Error! Any way to work around this?<hr class="sig Davinci Blurr
View the full article