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 |
What is model and modeless dialog box ? Give some examples?
If there is more than 100 control in a window how we can change the Taborder of a controls
1)To Remove WS_MINIMIZEBOX in a Frame ?
What is the use of message map ?
how many types of messages are their
What is primitive and non-primitive application?
Can you explaing the relashionship between document,frame and view ?
What is LoadLibrary function returns?
Tell us something about MFC?
what is the use of AFX_MANAGE_STATE ?
what is the component of CLR ?
Explain about MDI and CMultiDocTemplate ?