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

What MFC base classes provide support for ActiveX controls?

2 Answers   Wipro,


What function is used to disable a control at runtime?

7 Answers  


How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?

0 Answers  


If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


1)how to Display the File Dialog Box, in MFC ?

1 Answers  






What is the command routing in MFC framework?

3 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


Psychic Window Technique

2 Answers   E Logic, Wild Net,


What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


How to handle RTTI in MFC ?

1 Answers  


What is the base class for MFC Framework ?

4 Answers  


If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


Categories