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 |
Psychic Window Technique
What are the special requirements for dialog box resources used in a form view?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
Tell me the work of HTREDUCE and HTZOOM
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
What is the command routing in MFC framework?
what is message Testing ?
What view class enables you to use an edit control as a view?
What is CArchive class dowes?
1)How to change a text of a button as Dynamically?
what do you mean by psychic window?