what is the difference between SDI and MDI
Answers were Sorted based on User's Feedback
Answer / sailee jadhav
In the SDI(Single Document Interface)view,distinct windows of the visual basic IDE(Integrated development environment) exist independently
of each other.
MDI(Multiple Document Interface) view shows all the distinct windows of the visual basic IDE as member window within one large IDE window
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nisha munjal
SDI-Most applications in Windows 95 or later use a Single Document Interface. Each window of the application holds a single document, so if the user wants to open more documents with that application, he must open a new window. It's also the default mode when building an application with Visual Basic. An example of an SDI application is Windows Notepad.
MDI-Multiple Document Interfaces were more popular in versions of Windows prior to Windows 95, but they've become less common, outside of a few applications. With an MDI, each window within an application holds multiple documents, usually in sub-windows. Each time the user wants to open a new document, rather than opening a new window, the document opens within the existing window and shares it with all other open documents. An example of an MDI application is a tabbed Web browser like Firefox, where users have an option to open documents in multiple tabs within the same window.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / poonam dhaliwal
In MDI you can use multiple document interface form, a form that can contain multiple forms. Forms are added to the project selecting ADD form from Projet menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / besttest answer
SDI: ye mera dewana pan hai
MDI: programming banane wale kya tere dil me samayi kahe ko
programming banayi
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / ahun ahun ahun
SDI-dilli hai dil walo ki dilli dilli
MDI-Ye to bambai nagariya hai dekh babua
| Is This Answer Correct ? | 31 Yes | 119 No |
What is the initial function to be called in MFC and what it will do
Name the Synchronization objects?
How can i implement the dynamic menus in MFC plz give the code
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
Which MFC function is used to display output?
I want recent paper pattern for HP company?
Tell me the work of HTREDUCE and HTZOOM
Hi All, I have created one MFC Dialog Based application.now if i am running the application its working fine,instead of closing he application i minimized the application,if i run the application again,i am getting the Dialog. I want to prevent the calling of application multiple times. please give me the code and let me know in which method i need to make changes. Praveer
What is the difference between hinsrtance and hprevinstance in WinMain function?
What are the advantages of using Doc/View or SDI over DialogBox
List out the parameters of WinMain Function.
1)why we cant create more than one instance of the class Derived from CWinApp