C
Christian Westerlund
Hi!
From one of my worker threads I want to update the UI so I
use myControl.Invoke but I want the worker thread to continue work after
that but with Invoke the worker thread blocks until the method returns.
I know of BeginInvoke but that isn't available in .NET CF.
Is there another method I can use to solve this problem.
/Christian
From one of my worker threads I want to update the UI so I
use myControl.Invoke but I want the worker thread to continue work after
that but with Invoke the worker thread blocks until the method returns.
I know of BeginInvoke but that isn't available in .NET CF.
Is there another method I can use to solve this problem.
/Christian