pause a thread in mfc

  • Thread starter Thread starter VickyCool4U
  • Start date Start date
V

VickyCool4U

Guest
Hi Experts,

I have created a thread using AfxBeginThread() in Visual Studio 2010 professional edition.

Is there exist any medium by which I can pause (running )same thread, I tried using SuspendThread(), but after this I have no control of the thread , so I can't resume the same thread using ResumeThread() function.

Any suggestion highly appreciated.

Continue reading...
 
Back
Top