Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between SDI and MDI

Answers were Sorted based on User's Feedback



what is the difference between SDI and MDI..

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

what is the difference between SDI and MDI..

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&#039;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&#039;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

what is the difference between SDI and MDI..

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

what is the difference between SDI and MDI..

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

what is the difference between SDI and MDI..

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

Post New Answer

More MFC Interview Questions

If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


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?

1 Answers  


How to handle command line arguements from simple MFC application ?

2 Answers   TCS,


Why not virtual functions to handle messages?

5 Answers  


What is the base class for MFC

3 Answers   HCL,


What is the use of CObject::Dump function ?

4 Answers  


Differ GetMessage, PostMessage & PeakMessage?

4 Answers   Symphony,


What?s the difference between Modal and Modeless Dialog?

12 Answers   Jekson, Usl India,


What is LPCTSTR? What does LP denote it?

4 Answers  


What is the initial function to be called in MFC and what it will do

11 Answers   Infosys,


1)At run-time, you can change the icon by calling the LoadIcon() function?

2 Answers  


Categories