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 |
What is the difference between Synchronous sockets and asynchronous sockets?
How to update all the views whenver document got updated ?
How to create a Modeless Dialog?
1)why we cant create more than one instance of the class Derived from CWinApp
What is the base class for MFC Framework ?
What interface must be supported by an ActiveX control?
Given two processes, how can they share memory?
What is the range of intensity of RGB
What is the use of OninitDialog ?
1) Enable or disable a Cancel button at run time?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
List out the parameters of WinMain Function.