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

Difference between Debug and Release versions?

4 Answers  


How to access document object from view ?

1 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


How to update all the views whenver document got updated ?

1 Answers  


if i modified data in 1 view how does the other view knows

2 Answers   Siemens,


Tell me the work of HTREDUCE and HTZOOM

1 Answers   E Logic,


1)dynamic creation of a Button ?

2 Answers   TCS,


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


how does conditionally close the Dialog Box ?

2 Answers   Infotech,


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

1 Answers  


1)set the Title for The File DialogBox, in MFC?

1 Answers  


what do you mean by psychic window?

2 Answers   Patni,


Categories