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 function is used to retrieve the currently selected index in a list box?
What is a message map?
In VC++ How to transfer between one exe to another exe while running..
What types of threads are supported by MFC framework?
what is message Testing ?
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
How can server communicate with more than one client
Whats is DDX & DDV in MFC?
is it possible to display a window .without using windowclass
What is the difference between Extension DLL and Regular DLL?
How can update edit control data of an executing application from other application?