Quantcast
Channel: How to create thread in mfc?
Browsing all 4 articles
Browse latest View live

How to create thread in mfc?

What you put in your WorkerThreadProc() determines what the worker thread does.As  I said before, to launch the thread you call AfxBeginThread(). Did you read the documentation on...

View Article



How to create thread in mfc?

 Thks for the reply. I using woker thread to create thread however i do not know how to start thread.  How do i create thread? I have put this following code inside.However i do not know how to...

View Article

How to create thread in mfc?

You use AfxBeginThread().A worker thread just works. It does not have a message pump so you cannot post messages to it. You do not need a CWinThread class for a worker thread, just a thread function...

View Article

How to create thread in mfc?

hi, i currently new in programming mfc. How do i create thread in mfc? There are 2 type of thread which UI thread and Worker thread however i not sure which 1 to use?Do i need to declare class for...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images