- What is Multiple Document Interface explain?
- What is difference between MDI and SDI?
- What is MDI & SDI?
What is Multiple Document Interface explain?
Multiple Document Interface (MDI) is a Microsoft Windows programming interface for creating an application that enables users to work with multiple documents simultaneously. Each document is in a separate space with its own controls for scrolling.
What is difference between MDI and SDI?
SDI applications allow only one open document frame window at a time. MDI applications allow multiple document frame windows to be open in the same instance of an application.
What is MDI & SDI?
MDI (multi-document interface) - allows users to simultaneously view multiple documents. SDI (single-document interface) - unlike MDI, SDI only supports a single “active” document. A classic example of an SDI interface are static tabs.