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 All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer

7 Answers   HP,


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


Why Array Index starts from Zero

30 Answers   HCL,






If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


What is difference between the TCP/IP and UDP socket

5 Answers   Invensys,


how do u identify RTTI in vc++

4 Answers   Siemens,


What is LoadLibrary function returns?

7 Answers  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


In VC++ How to transfer between one exe to another exe while running..

5 Answers   Wipro,


Categories