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 |
What is the base class for most MFC classes?
List out the basic features of MFC.
1)How to load an icon on a button as Dynamically ?
How to handle command line arguements from simple MFC application ?
How can server communicate with more than one client
What is subclassing?
What are the types of button controls?
how can u change button shape at run time
what is the difference between compiling and building?
How we can findout Memoryleaks, In what way it can be avoided
what is message Testing ?
What is the difference between hinsrtance and hprevinstance in WinMain function?