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 |
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
1)dynamic creation of a Button ?
1)How to change a text of a button as Dynamically?
How you create a button dynamically?
I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)
What is the use of message map ?
1) Enable or disable a Cancel button at run time?
What is the difference between the SDI and MDI
what is functioning of DIalodDataXchange ..?
How can i change the color of a dropdowncombobox elements
What are the differences between MFC Exception macros and C++ exception keywords?
1)To Remove WS_MINIMIZEBOX in a Frame ?