Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# access control from another thread

Invoke(new Action(() =>
{
    progressBar1.Value = newValue;
}));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #access #control #thread
ADD COMMENT
Topic
Name
4+7 =