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

Hi can anyone explain about the synchronization objects types and where we are using in the code.

1 Answers  


What is the size of class

18 Answers   Aircom,


how many types of messages are their

4 Answers   E Logic, TCS,


How we can findout Memoryleaks, In what way it can be avoided

6 Answers   Infosys,


Why not virtual functions to handle messages?

5 Answers  






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 IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE

4 Answers   Google, Microsoft, TCS,


What is the difference between the SDI and MDI

3 Answers   Invensys,


Which MFC function is used to display output?

9 Answers   TCS,


How to update windows title bar dynamically?

7 Answers   HCL,


what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  


what if we provide two message handler for same message ?

1 Answers  


Categories