Can you explaing the relashionship between document,frame
and view ?
Answers were Sorted based on User's Feedback
Answer / jianhua wang
Frame is a kind of window and view is a kind of window too.
A frame can contains child frames like MDI application,
views and documents. A frame window can have toolbar,
control bar, menu or status bar. A view is a child of a
frame window. More than one view can share a frame window,
as in the case of a splitter window. A view can be attached
to only one document, but a document can have multiple views
attached to it.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / suganthi
The relationship between a view class, a frame window class,
and a document class is established by a CDocTemplate
object. When the user opens a new window or splits an
existing one, the framework constructs a new view and
attaches it to the document.
| Is This Answer Correct ? | 3 Yes | 2 No |
what is the difference between compiling and building?
How you find memory leaks?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
1)How to create ToolTip in MFC?
Tell me the different controls in MFC ?
Name the Synchronization objects?
What interface must be supported by an ActiveX control?
1)How to change a text of a button in runtime?
What are the types of button controls?
List out the basic features of MFC.
What is serialization ?which function is responsible for serializing data ?
1)how to Display the File Dialog Box, in MFC ?