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 |
how u can move CDC pointer to one line in cview?
What is the command routing in MFC framework?
What function is used to retrieve the currently selected index in a list box?
What MFC base classes provide support for ActiveX controls?
If i derive a new class from CObject what are the basic features my derived wil get ?
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
Difference between Debug and Release versions?
1)How to create ToolTip in MFC?
Does the application have more than one object? If Yes, Briefly explain.
what message is sent to an application when the user presses the primary button?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
How to setup a timer?