What is the command routing in MFC framework?
Answers were Sorted based on User's Feedback
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 |
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 |
Types of DLL's
what is the component of CLR ?
What is serialization ?which function is responsible for serializing data ?
How to access document object from view ?
What is thread & process?
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
What is the use of UpdateData funciton ?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
How can i change the color of a dropdowncombobox elements
Explain the flow of SDI application?
Do you have an idea about MFC?
How we call a dialog in another dialog?