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 primitive and non-primitive application?
How to update all the views whenver document got updated ?
Hi can anyone explain about the synchronization objects types and where we are using in the code.
1)how to Display the File Dialog Box, in MFC ?
1)At run-time, you can change the icon by calling the LoadIcon() function?
What is Multithreading
Difference between Debug and Release versions?
1)How to create ToolTip in MFC?
what do you mean by psychic window?
1)How to change a text of a button as Dynamically?
How can i implement the dynamic menus in MFC plz give the code
Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer