In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
Answers were Sorted based on User's Feedback
Answer / soumya ranjan maharana
SDI stands for single document interface is a window that can only handle one document at a time per window.
An MDI or multiple document interface is a window that can handle more than one document at a time
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / rakesh roshan
Whether it be SDI (Single Document Interface) or MDI (Multiple Document Interface), a single document can always have multiple views associated with it.
| Is This Answer Correct ? | 1 Yes | 0 No |
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What is the difference between workrer thread and UI thread
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.
how u can move CDC pointer to one line in cview?
Can you explaing the relashionship between document,frame and view ?
how does conditionally close the Dialog Box ?
What is LoadLibrary function returns?
What is LPCTSTR? What does LP denote it?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);
How can server communicate with more than one client
How to handle command line arguements from simple MFC application ?
How can update edit control data of an executing application from other application?