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 |
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
if i modified data in 1 view how does the other view knows
What is a message map?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
General purpose classes in MFC
What is the difference between the ASSERT and VERIFY macros?
Tell me the different controls in MFC ?
How you create a button dynamically?
What is the use of message map ?
how do u identify RTTI in vc++
1) Enable or disable a Cancel button at run time?
what is the size of a process