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 the size of class
How you create a button dynamically?
What is userdefine Messages in MFC?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
What is model and modeless dialog box ? Give some examples?
Which CPrintInfo member variable must be set for multiple page printouts?
What is CSingleDocTemplate?
1)How to change a text of a button in runtime?
1) Enable or disable a Cancel button at run time?
What is the difference between Synchronous sockets and asynchronous sockets?
How to update windows title bar dynamically?
What function is called by a document class to notify views that the document has been changed?