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 difference between workrer thread and UI thread

3 Answers   HCL,


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


Which MFC function is used to display output?

9 Answers   TCS,


Tell me about different kinds of synchranization objects ?

6 Answers  


How can i implement the dynamic menus in MFC plz give the code

2 Answers  






What is the range of intensity of RGB

1 Answers  


Explain about MDI and CMultiDocTemplate ?

2 Answers  


How to access document object from view ?

1 Answers  


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 #progma and where it is used?

5 Answers   L&T,


how can u change button shape at run time

3 Answers   Samsung,


What is the base class for MFC

3 Answers   HCL,


Categories