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 MFC base classes provide support for ActiveX controls?
How to update all the views whenver document got updated ?
how can u change button shape at run time
What is the difference between workrer thread and UI thread
1)At run-time, you can change the icon by calling the LoadIcon() function?
Why not virtual functions to handle messages?
How to handle command line arguements from simple MFC application ?
what is the component of CLR ?
What is LPCTSTR? What does LP denote it?
what if we provide two message handler for same message ?
1)does Frame Thickness in MFC?
Which CPrintInfo member variable must be set for multiple page printouts?