C# .NET Cross-thread operation not valid: Control
Posted on Monday, November 4, 2019
|
1 Comment
Invoke(new Action(() =>
{
//progressBar1.Value = newValue;
}));
This comment has been removed by a blog administrator.
ReplyDelete