G
Guest
I am trying to set a property of a control from a thread started from the UI
thread using Delegates. I can set the property directly in the thread if I
set the form's CheckForIllegalCrossThreadCalls property to False. However, I
don't want to do that so I am trying to use Delegates and the control's
invoke method.
Any suggestions on how to do this?
thread using Delegates. I can set the property directly in the thread if I
set the form's CheckForIllegalCrossThreadCalls property to False. However, I
don't want to do that so I am trying to use Delegates and the control's
invoke method.
Any suggestions on how to do this?