Hi,

If I have a second thread running, which I created by calling AfxBeginThread(MyThreadFunc,hWnd); And in MyThreadFunc (UINT MyThreadFunc(LPARAM))I want to create another thread. Can I use AfxBeginThread()? Doesn't this belong to one of MFC's classes (CThread or something)? Which classes can I NOT use inside MyThreadFunc()? If I can't call AfxBeginThread(), that what are my alternatives?

Thanks for your advice/help/time/samples!

Regards,
Anonymous.