Explain about MDI and CMultiDocTemplate ?

Answers were Sorted based on User's Feedback



Explain about MDI and CMultiDocTemplate ?..

Answer / mukund

MDI applications are designed using the doc-view
architectures in which there could be many views associated
with a single document object and an application can open
multiple docuements at the same time for eg:WORD.
In MDI terms, your main window is called the Frame, this is
probably the only window you would have in a SDI (Single
Document Interface) program. In MDI there is an additional
window, called the MDI Client Window which is a child of
your Frame window. CMultiDocTemplate is the document
template class used to create MDI applications..The
document template also stores a resource ID that the
framework uses to load menus, accelerators, and other
resources that shape the application's user interface.

Is This Answer Correct ?    10 Yes 2 No

Explain about MDI and CMultiDocTemplate ?..

Answer / c.vidhya

To Established the relationship between CView and CDocument
with Cdoctemplate and CMultidoctemplate.Cdoctemplate for
SDI and CMultidoctemplate for MDI

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More MFC Interview Questions

what are the feauters of CObject

4 Answers   Siemens, Wipro,


Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


Types of DLL's

11 Answers   Invensys,


what is the size of a process

2 Answers   E Logic, IBM,






What is the difference between hinsrtance and hprevinstance in WinMain function?

3 Answers  


how can u change button shape at run time

3 Answers   Samsung,


Difference between Cclint DC & Cpaint Dc

6 Answers   E Logic,


What is the command routing in MFC framework?

3 Answers  


What is subclassing?

2 Answers  


How can i change the color of a dropdowncombobox elements

2 Answers  


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

11 Answers   Infosys,


Categories