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 |
Explain StretchBlt and BitBlt
Explain the flow of SDI application?
What is LoadLibrary function returns?
1)How to change a text of a button as Dynamically?
What MFC base classes provide support for ActiveX controls?
What is the base class for MFC Framework ?
How to handle dynamic menus in MFC?
Difference between Debug and Release versions?
how u can move CDC pointer to one line in cview?
plzz tell me what we can do and dont in tally ERP & sap business one?
how can u change button shape at run time
What is serialization ?which function is responsible for serializing data ?