How do you change the properties for a tree view control
that is part of the CTreeView class?



How do you change the properties for a tree view control that is part of the CTreeView class? ..

Answer / songeetha

By writing the tree ctrl properties in the function -
OnInitDialog() of CDemoTree:base as CTreeView class, the
CTreeView class properties can be varied. ( same as list
ctrl properties in CListView class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MFC Interview Questions

What is document-view architecture ? Give me one real time example for SDI ?

2 Answers  


General purpose classes in MFC

1 Answers   TCS,


How you find memory leaks?

4 Answers   ABB,


1)how to Display the File Dialog Box, in MFC ?

1 Answers  


what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?

0 Answers  






If application hangs while SendMessage is waiting for the result, how you handle it?

2 Answers  


1)why we cant create more than one instance of the class Derived from CWinApp

5 Answers   Alstom,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


What is a message map?

1 Answers   Mphasis,


How you create a button dynamically?

2 Answers  


Explain the flow of SDI application?

8 Answers   Mphasis,


Name the Synchronization objects?

2 Answers  


Categories