What is the difference between the SDI and MDI

Answers were Sorted based on User's Feedback



What is the difference between the SDI and MDI..

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

What is the difference between the SDI and MDI..

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

What is the difference between the SDI and MDI..

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

Post New Answer

More MFC Interview Questions

General purpose classes in MFC

1 Answers   TCS,


List out the basic features of MFC.

4 Answers   Mphasis,


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


What are the advantages of using Doc/View or SDI over DialogBox

2 Answers  


How to handle dynamic menus in MFC?

3 Answers   HCL,






What are the types of button controls?

10 Answers  


if i modified data in 1 view how does the other view knows

2 Answers   Siemens,


How to update windows title bar dynamically?

7 Answers   HCL,


What is model and modeless dialog box ? Give some examples?

2 Answers   Mphasis,


How can we create thread in MFC framework?

3 Answers  


What is the base class for MFC

3 Answers   HCL,


How to access document object from view ?

1 Answers  


Categories