What is the difference between the SDI and MDI
Answers were Sorted based on User's Feedback
Answer / sai
Through simple example we can easily identify the
differences.
Notedpad - SDI -Single documnet multiple view.
MSWord-MDI More than one document, each document can attach
multiple view
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / rainz
MDI is containment of child windows per document(MS-Word),while SDI is document per window.(Notepad)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karathiya manoj b.
MDI was used in the old-style office programs (97 and
earlier).
You then have 1 window with smaller documents windows
within it.
SDI is used in notepad/paint/etc. To open more than 1
document in a SDI application, you need to open a new
instance of the application itself.
| Is This Answer Correct ? | 6 Yes | 9 No |
How many types of dialog box are their
What is the base class for MFC Framework ?
What is a message map?
Name the Synchronization objects?
1)How to change a text of a button as Dynamically?
How do I create a dialog box in mfc?
what is functioning of DIalodDataXchange ..?
What is subclassing?
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
what is the updated verssion in vc++
19)how to set Back Ground Picture to a Dialog Box in MFC ?
Hi can anyone explain about the synchronization objects types and where we are using in the code.