What types of threads are supported by MFC framework?
Answers were Sorted based on User's Feedback
Answer / yasar
MFC supports Two types of threads 1. Worker thread and 2.
user interface thread.
Worker Thread : Does not need user intervention while
running. example background printing etc...
User interface thread : Needs user interface while running
like needs input from user to process further etc....
AfxBeginThread() is used to Create both worker and User
interface thread. to differentiate worker and user-
interface thread AfxBeginThread has minor changes.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / kaivalya
Worker Thread: Run back ground tasks like writing into file
or reading from file , calculations.
User interface thread: Will create windows & process message
| Is This Answer Correct ? | 1 Yes | 3 No |
is it possible to display a window .without using windowclass
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
1) Enable or disable a Cancel button at run time?
What is the use of message map ?
What is the range of intensity of RGB
How to convert a CString variable to char* or LPTSTR?
Difference between Debug and Release versions?
If i derive a new class from CObject what are the basic features my derived wil get ?
What is the use of CObject::Dump function ?
what if we provide two message handler for same message ?
What is the difference between the ASSERT and VERIFY macros?
what is functioning of DIalodDataXchange ..?