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 interface must be supported by an ActiveX control?
Tell us something about MFC?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
How do you change the properties for a tree view control that is part of the CTreeView class?
what is message loop how mfc does it internally?
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
How to update all the views whenver document got updated ?
What MFC base classes provide support for ActiveX controls?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
1)why we cant create more than one instance of the class Derived from CWinApp
if i modified data in 1 view how does the other view knows
In VC++ How to transfer between one exe to another exe while running..