Explain the flow of SDI application?
Answers were Sorted based on User's Feedback
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 |
Answer / rk
First Active View,
then Document
then DocTemplate
then another view if any
then FrameWnd
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / poonam c
CObject -> CCmdTarget -> CWnd -> CFrameWnd -> user SDI Windows
Is This Answer Correct ? | 0 Yes | 3 No |
How can update edit control data of an executing application from other application?
how many types of messages are their
How can we create thread in MFC framework?
What is the initial function to be called in MFC and what it will do
how many types of classes are ther,what are that
What is the difference between Extension DLL and Regular DLL?
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.
Whats is DDX & DDV in MFC?
How can i change the color of a dropdowncombobox elements
How we can findout Memoryleaks, In what way it can be avoided
1)How to change a text of a button in runtime?
What is the difference between regular dlls and extended dlls?