What is the command routing in MFC framework?

Answers were Sorted based on User's Feedback



What is the command routing in MFC framework?..

Answer / jianhua wang

For SDI application:
CView->CDocument->CFrameWnd->CWinApp;

For MDI application:
CView->CDocument->CMDIChildWnd->CMDIFrameWnd->CWinApp;

Is This Answer Correct ?    17 Yes 4 No

What is the command routing in MFC framework?..

Answer / krish

In SDI Application

CFRAMEWND=>CVIEW=>CDOCUMENT=>CWINAPP


In MDI Application

CFRAMEWND=>CMDICHILDWND=>CVIEW=>CDOCUMENT=>CWINAPP

Is This Answer Correct ?    5 Yes 0 No

What is the command routing in MFC framework?..

Answer / bipin t thomas

CView=>CDocument=>CFrameWnd=>CWinApp

Is This Answer Correct ?    10 Yes 6 No

Post New Answer

More MFC Interview Questions

What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


How to handle dynamic menus in MFC?

3 Answers   HCL,


Tell me the different controls in MFC ?

5 Answers  


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

4 Answers   Microsoft,


What is socket?

3 Answers  






1) How do you Destroy a Dialog Box ?

2 Answers   Honeywell,


Why not virtual functions to handle messages?

5 Answers  


how does the UIThread and worker thread communicates and handle events

2 Answers   HCL,


What?s the difference between Modal and Modeless Dialog?

12 Answers   Jekson, Usl India,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


What is the difference between the Encapsulation and Abstraction

25 Answers   HCL, Invensys, TCS, Wipro,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


Categories