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 |
Psychic Window Technique
What is the base class for most MFC classes?
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
What is stack size in win32 program?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What is the difference between hinsrtance and hprevinstance in WinMain function?
how does conditionally close the Dialog Box ?
what is the component of CLR ?
19)how to set Back Ground Picture to a Dialog Box in MFC ?
1) How do you Destroy a Dialog Box ?
What is thread & process?
Which MFC function is used to display output?