What is CSingleDocTemplate?
Answer / satheesh
CSingleDocTemplete defines a document template for SDI
applications. A document templet defines the relationship
between three types of classes, those are document, view
and frame window.
CSingleDocTemplete object can be create only one at a time.
So SDI application allows to open only one document at a
time.
Just call CSingleDocTemplete constructor remaining will be
handeled by the framework internally.
| Is This Answer Correct ? | 8 Yes | 1 No |
Which MFC function is used to display output?
if i modified data in 1 view how does the other view knows
How to create a Modeless Dialog?
visual Pogramming c++ coding for create a paint application.. (Please someone help me)
How you create a button dynamically?
What are the types of button controls?
What is document-view architecture ? Give me one real time example for SDI ?
What is LPCTSTR? What does LP denote it?
what message is sent to an application when the user presses the primary button?
What is the command routing in MFC framework?
What is stack size in win32 program?
what is the difference between compiling and building?