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 does mfc stand for?
Do you have an idea about MFC?
Explain the flow of SDI application?
how many types of classes are ther,what are that
how u can move CDC pointer to one line in cview?
How can server communicate with more than one client
how does the UIThread and worker thread communicates and handle events
What is the size of class
1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions
If there is more than 100 control in a window how we can change the Taborder of a controls
Explain Doc/View architecture
1)set the Title for The File DialogBox, in MFC?