answersLogoWhite

0

What is MDI type view?

Updated: 10/23/2022
User Avatar

Wiki User

14y ago

Best Answer

MDI is Multiple Document Interface. It is not strictly a VB issue. An MDI application, such as Word, creates an MDI document view for each file that is open. You can have one or many open at the same time. You can also have different views of the same document, if desired. You can switch between them, tile them, cascade them, or move them around. If they are not maximized, you can see more than one at a time. Its the same kind of interface as in the host operating system, except that it is application instance specific. Most MDI interfaces limit the child view to be within the parent window's frame, but non-limited applications are possible with current versions of the API. In any case, support for MDI comes from the application, which must provide message handlers for each user interface event. Some modern IDE's, such as VS2008, provide "automatic" support for MDI, but it is helpful to understand the underlying API.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is MDI type view?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How many MDI forms can be created in Visual Basic. Why?

one MDI forms can be created in VB


How does Multiple document interface help in visual c plus plus environment?

The obvious answer is that it allows you to view more than one document or type of document at the same time using the same instance of the application. With SDI (single document interface), each document is loaded in a completely separate instance of the application. There are merits to both approaches, but in more recent times applications are more a hybrid of MDI and SDI, allowing individual documents to be completely detached from the MDI main frame. With multi-monitor desktops this becomes extremely useful as the application window no longer needs to be full-screen in order to get the best view of the documents.


What is difference between SDI and MDI?

MDI: 1]We can open multiple docs simultaneously. ex:M.S.Word 2]Container control. 3]It holds 5 classes (cchildwnd,cmdichildwnd,c-doc,c-view ,cframewnd). SDI:1]We can open only one doc at a time. 2]It is not a Container control. 3]It holds 4 classes(c-doc,c-view ,underframe,cwinapp).


What is mean by MDI form in vb?

The multiple-document interface (MDI) allows you to create an application that maintains multiple forms within a single container form. Applications such as Microsoft Excel and Microsoft Word for Windows have multiple-document interfaces.


Mdi in vb stands for?

MDI means multiple document interface. This refers to an application in which all windows are contained by some parent window. The Visual Studio IDE is actually an example of this, as all windows you open while running it are children of the main IDE window.

Related questions

What is MDI adjustment?

MDI is an abbreviation which stands for Metered Dose Inhaler. MDI adjustment therefore refers to the alterations that are made to make it suitable.


Open MDI file?

Easy to use image (MDI) converter MDI2PDF can be used to open and convert MDI files in seconds: http://www.bugysoft.com


How do you convert mdi to jpg?

Why not try MDI Converter? With the software you can convert mdi or tiff files to pdf, jpg, and so on. See in http://www.mdiconverter.com


What does the medical abbreviation MDI mean?

Multiple Daily VitaminThere are 67 medical definitions for MDI. See them at the link below.MDI typically stands for metered dose inhaler, the type of apparatus that delivers, for instance, albuterol via a pump.


How many MDI forms can be created in Visual Basic. Why?

one MDI forms can be created in VB


How many MDI forms in a project?

No,only one MDI form exist in one project.


What is mdi in visual basic net?

MDi is a basic site for children forms. This is a site that helps fill it out.


How open mdi file without Microsoft document imaging?

Why not try MDI Converter? With the software you can convert mdi or tiff files to pdf, jpg, and so on. See in http://www.mdiconverter.com Because it sucks. All my mdi files are OCR'ed and mdiconvertor just gives me no options when converting to pdf and makes just an pdf image! Useless for mdi documents with text that you want to search through.


Difference between SDI and MDI form in VB?

SDI consists of only one form whereas MDI can ontain more than one form


What does MDI mean?

It means Microsoft document Imaging


What is Azmacort MDI?

triamcinolone metered dose inhaler


What di yau understand by the term MDI?

MDI is short forMultiple Document Interface It refers to software applications that can edit more than one file at a time.