Explain the flow of SDI application?

Answers were Sorted based on User's Feedback



Explain the flow of SDI application?..

Answer / chandru

CwinApp->CDocument->CFrameWnd->CView

Is This Answer Correct ?    42 Yes 8 No

Explain the flow of SDI application?..

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

Explain the flow of SDI application?..

Answer / navn

WinApp-Document-Frame-view

Is This Answer Correct ?    8 Yes 2 No

Explain the flow of SDI application?..

Answer / rk

First Active View,
then Document
then DocTemplate
then another view if any
then FrameWnd

Is This Answer Correct ?    0 Yes 0 No

Explain the flow of SDI application?..

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

Explain the flow of SDI application?..

Answer / poonam c

CObject -> CCmdTarget -> CWnd -> CFrameWnd -> user SDI Windows

Is This Answer Correct ?    0 Yes 3 No

Explain the flow of SDI application?..

Answer / umesh

CWinApp -> CFrameWnd -> CDocument -> CView

Is This Answer Correct ?    12 Yes 24 No

Explain the flow of SDI application?..

Answer / manish

Cwinapp->frame->view->doc.

Is This Answer Correct ?    3 Yes 16 No

Post New Answer

More MFC Interview Questions

What is the command routing in MFC framework?

3 Answers  


What is the use of UpdateData funciton ?

7 Answers  


What is the difference between the ASSERT and VERIFY macros?

4 Answers  


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,






I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


What four types of properties are supported by an ActiveX control?

1 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


List out the basic features of MFC.

4 Answers   Mphasis,


What is a message map, and what is the advantage of a message map over virtual functions?

1 Answers  


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


1)How to change the size of a button at run time ?

1 Answers  


Categories