Explain the flow of SDI application?
Answers were Sorted based on User's Feedback
Answer / jyotiranjan
CObject->CCmdTarget.
Then from "CCmdTarge",three classes has been derived.They
are: CWinThread,CDocument,CWnd.
Then,
CWinThread->CWinApp->CYourApp.
CDocument->CYourDocument.
CWnd(two classes has been derived)->CView->CFormView-
>CYourView and CWnd->CFrameWnd->CMainFrame.
Source of the Ans: MSDN
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / rk
First Active View,
then Document
then DocTemplate
then another view if any
then FrameWnd
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hari
1)View Object
2)Document Object
3)Document Template Object
4)Application main frame window Objetc
5)Application object
(Defalut WndPRoc Function)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / poonam c
CObject -> CCmdTarget -> CWnd -> CFrameWnd -> user SDI Windows
| Is This Answer Correct ? | 0 Yes | 3 No |
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
1)does Frame Thickness in MFC?
Tell us something about MFC?
What is the difference between OnInitialUpdate and OnUpdate?
Differ GetMessage, PostMessage & PeakMessage?
How you create a button dynamically?
1)How to create ToolTip in MFC?
what are the feauters of CObject
What function is used to disable a control at runtime?
What is stack size in win32 program?
What is the difference between Extension DLL and Regular DLL?
1) Enable or disable a Cancel button at run time?