Hi,

I'm using AfxBeginThread() to initiate a worker thread in my program. I want to initiate some action when this thread terminates. How can I detect whether the thread has been completed?

Thanks,

-Andrew