- What is an example of Multiple Document Interface?
- Which is an example of an MDI application?
- What is an SDI and MDI application with example?
- What are MDI forms explain their role with an example?
What is an example of Multiple Document Interface?
MDI enables users to boost productivity by opening more than one file at once. For example, when opening an Excel spreadsheet, they may be able to open another file, such as a Word document.
Which is an example of an MDI application?
Visual Studio . NET is an example of an MDI application—many source files and design views can be open at once. In contrast, Notepad is an example of an SDI application—opening a document closes any previously opened document. There is more to MDI applications than their ability to have multiple files open at once.
What is an SDI and MDI application with example?
Visual Studio is an MDI application. SDI (single document interface). SDIs can open only a single document at a time. Notepad is an example of an SDI application—if you want to open two text files at once, you need to fire up two instances of Notepad. MFI (multiple frame interface).
What are MDI forms explain their role with an example?
MDI stands for Multiple Document Interface applications that allow users to work with multiple documents by opening more than one document at a time. Whereas, a Single Document Interface (SDI) application can manipulate only one document at a time.