What is CSingleDocTemplate?



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

Post New Answer

More MFC Interview Questions

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 Answers   TCS,


1)dynamic creation of a Button ?

2 Answers   TCS,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


How you create a button dynamically?

2 Answers  


I can i set size of integer variable should be fixed for different operating systems(Ex i want integer size is 2bytes in OS)

2 Answers   Invensys,


What is the use of message map ?

5 Answers   TCS,


1) Enable or disable a Cancel button at run time?

1 Answers   HCL,


What is the difference between the SDI and MDI

3 Answers   Invensys,


what is functioning of DIalodDataXchange ..?

1 Answers  


How can i change the color of a dropdowncombobox elements

2 Answers  


What are the differences between MFC Exception macros and C++ exception keywords?

2 Answers  


1)To Remove WS_MINIMIZEBOX in a Frame ?

1 Answers  


Categories