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

How can update edit control data of an executing application from other application?

3 Answers   HP,


how many types of messages are their

4 Answers   E Logic, TCS,


How can we create thread in MFC framework?

3 Answers  


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

11 Answers   Infosys,


how many types of classes are ther,what are that

7 Answers   L&T,






What is the difference between Extension DLL and Regular DLL?

6 Answers   GE,


Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.

3 Answers   ABC, HCL, Infosys,


Whats is DDX & DDV in MFC?

1 Answers   HCL,


How can i change the color of a dropdowncombobox elements

2 Answers  


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

6 Answers   Infosys,


1)How to change a text of a button in runtime?

2 Answers  


What is the difference between regular dlls and extended dlls?

2 Answers  


Categories