Does anyone knows how to switch between a working thread and a UI thread?
I don't want to keep creating a new working thread to do lengthy process.
Thanks a lot !!!
Printable View
Does anyone knows how to switch between a working thread and a UI thread?
I don't want to keep creating a new working thread to do lengthy process.
Thanks a lot !!!
Use Control::Invoke to marshall a function call onto the UI thread.