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

How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


what is the size of a process

2 Answers   E Logic, IBM,


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


1)does Frame Thickness in MFC?

1 Answers   winfoware,






What is socket?

3 Answers  


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


Which CPrintInfo member variable must be set for multiple page printouts?

1 Answers  


Whats is DDX & DDV in MFC?

1 Answers   HCL,


General purpose classes in MFC

1 Answers   TCS,


What view class enables you to use an edit control as a view?

1 Answers  


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


Categories