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 |
What is the use of UpdateData funciton ?
Have you ever used win32 APIs ?
What is the range of intensity of RGB
What is mfc class hierarchy?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
1)dynamic creation of a Button ?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is subclassing?
What is the difference between Extension DLL and Regular DLL?
How to access document object from view ?
what is functioning of DIalodDataXchange ..?
1)How to change a text of a button in runtime?