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 base class for MFC
19)how to set Back Ground Picture to a Dialog Box in MFC ?
what do you mean by psychic window?
What is thread & process?
Have you ever used win32 APIs ?
1)How to change a text of a button in runtime?
1) create ToolTip in MFC?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
Given two processes, how can they share memory?
Does the application have more than one object? If Yes, Briefly explain.
What function is used to retrieve the currently selected index in a list box?
What does mfc stand for?