Explain about MDI and CMultiDocTemplate ?
Answers were Sorted based on User's Feedback
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 |
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 |
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Explain about MDI and CMultiDocTemplate ?
What are the advantages of using Doc/View or SDI over DialogBox
1) How do you Destroy a Dialog Box ?
How you create a button dynamically?
Which MFC function is used to display output?
What view class enables you to use an edit control as a view?
What is the difference between workrer thread and UI thread
how does the UIThread and worker thread communicates and handle events
Tell me the work of HTREDUCE and HTZOOM
Whats is DDX & DDV in MFC?
How we call a dialog in another dialog?