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 |
if i modified data in 1 view how does the other view knows
What are the differences between MFC Exception macros and C++ exception keywords?
WHAT IS DIFFERENT BETWEN RELEASE MODE & DEBUGGING MODE
4 Answers Google, Microsoft, TCS,
How to create a Modeless Dialog?
What is model and modeless dialog box ? Give some examples?
What MFC base classes provide support for ActiveX controls?
What is a message map?
What is the difference between Synchronous sockets and asynchronous sockets?
What is primitive and non-primitive application?
what is message loop how mfc does it internally?
what is functioning of DIalodDataXchange ..?
What is a critical section and how is it implemented?