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 application hangs while SendMessage is waiting for the result, how you handle it?
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
1) Enable or disable a Cancel button at run time?
How to find the mouse entering an image?..while entering need to display next image...
Explain in sort What is CTargetObject?
what message is sent to an application when the user presses the primary button?
How to update windows title bar dynamically?
What is primitive and non-primitive application?
I want recent paper pattern for HP company?
What MFC base classes provide support for ActiveX controls?
What are the advantages of using Doc/View or SDI over DialogBox