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 |
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
If i derive a new class from CObject what are the basic features my derived wil get ?
What is a message map, and what is the advantage of a message map over virtual functions?
1) Enable or disable a Cancel button at run time?
1) create ToolTip in MFC?
what is the use of AFX_MANAGE_STATE ?
what do you mean by psychic window?
What is socket?
General purpose classes in MFC
What is a critical section and how is it implemented?
How we call a dialog in another dialog?
1)How to create ToolTip in MFC?