Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi, how can i create an application which handles both worker and UI threads. in MFC. FAILURE is the first step towards SUCCESS
For UI thread u need tto create an object from CWinThread, Worker thread u can use AfxBeginThread or CreateThread method Refer MSDN