Click to See Complete Forum and Search --> : thread switching


Panda2001
October 28th, 2002, 11:07 AM
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 !!!

Arild Fines
October 28th, 2002, 05:09 PM
Use Control::Invoke to marshall a function call onto the UI thread.