Could anyone help me i have a problem I\'m trying to get this code to work in the background via threadpool but i cannot seem to get it to work i keep getting this error:
You can also access controls via invoke using the following syntax with an Action delegate:
Invoke((Action)(() => { var myVar = SomeWinFormControl.Property; }));