PDA

View Full Version : Creating worker thread


SPX4
05-17-2004, 12:53 AM
i made a class derived from cwinthread, in this class i created a class member function UINT CThread::ThreadFunc(LPVOID lpParam). The problem is i cannot call the ThreadFunc i created in my Dialog class. How do i call this? Pls show me a sample code that calls in a ThreadFunc in a dialog application.

thanks a lot.