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 are the differences between MFC Exception macros and C++ exception keywords?
1)How to change a text of a button as Dynamically?
I want recent paper pattern for HP company?
What is the difference between the ASSERT and VERIFY macros?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
how many types of classes are ther,what are that
What are the types of button controls?
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
What is Thread ?(VC++)What is the difference between Cmutex and Csemaphone?
How do you change the properties for a tree view control that is part of the CTreeView class?
what is message loop how mfc does it internally?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required