What types of threads are supported by MFC framework?

Answers were Sorted based on User's Feedback



What types of threads are supported by MFC framework?..

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

What types of threads are supported by MFC framework?..

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

Post New Answer

More MFC Interview Questions

How can we create thread in MFC framework?

3 Answers  


General purpose classes in MFC

1 Answers   TCS,


How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it

8 Answers  


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


How can server communicate with more than one client

2 Answers   Invensys,






Explain about MDI and CMultiDocTemplate ?

2 Answers  


visual Pogramming c++ coding for create a paint application.. (Please someone help me)

2 Answers  


Tell me the different controls in MFC ?

5 Answers  


What are the special requirements for dialog box resources used in a form view?

2 Answers  


how many types of messages are their

4 Answers   E Logic, TCS,


What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


how u can move CDC pointer to one line in cview?

2 Answers  


Categories