What are the advantages of using Doc/View or SDI over DialogBox
Answers were Sorted based on User's Feedback
Answer / sumanbalakrishnan
1.can maintain an abstraction of data with its view
2.clearly dialogbox is to interface the user to recieve
input values (generaly).SDI can be maore than that
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / k.s.j.prem anand
Document View architecture is useful, whenever we need to
store or save the data of the application for the purpose of
refreshing or updating the Windows contents and also when we
need to save the data onto the hard disk. Another use of the
document would to be a common medium of reference for
multiple Views to communicate to each other
| Is This Answer Correct ? | 2 Yes | 1 No |
What is CSingleDocTemplate?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
1)How to change a text of a button as Dynamically?
What is primitive and non-primitive application?
In VC++ How to transfer between one exe to another exe while running..
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
1)why we cant create more than one instance of the class Derived from CWinApp
What is the initial function to be called in MFC and what it will do
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
1)To Remove WS_MINIMIZEBOX in a Frame ?
1)does Frame Thickness in MFC?
What is LoadLibrary function returns?