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

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

2 Answers  


What is userdefine Messages in MFC?

1 Answers   HCL,


what is the size of a process

2 Answers   E Logic, IBM,


What function is called by a document class to notify views that the document has been changed?

2 Answers  


What function is used to retrieve the currently selected index in a list box?

2 Answers  






What is the base class for MFC

3 Answers   HCL,


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


Types of DLL's

11 Answers   Invensys,


what is the use of CWinApp class?

3 Answers   Mphasis,


What is the difference between workrer thread and UI thread

3 Answers   HCL,


What is LPCTSTR? What does LP denote it?

4 Answers  


What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


Categories