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 |
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What is the range of intensity of RGB
How many types of combo box are their
2 Answers Aaditya Info Solutions, E Logic,
What is difference between the TCP/IP and UDP socket
What function is used to retrieve the currently selected index in a list box?
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
List out the parameters of WinMain Function.
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
If there is more than 100 control in a window how we can change the Taborder of a controls
Hi can anyone explain about the synchronization objects types and where we are using in the code.
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
What is thread & process?