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 |
Difference between Debug and Release versions?
How to access document object from view ?
What is the difference between the ASSERT and VERIFY macros?
How to update all the views whenver document got updated ?
if i modified data in 1 view how does the other view knows
Tell me the work of HTREDUCE and HTZOOM
1)dynamic creation of a Button ?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
how does conditionally close the Dialog Box ?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
1)set the Title for The File DialogBox, in MFC?
what do you mean by psychic window?