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 |
Why not virtual functions to handle messages?
How to handle command line arguements from simple MFC application ?
if i modified data in 1 view how does the other view knows
What is the use of OninitDialog ?
What is the difference between Synchronous sockets and asynchronous sockets?
What is the base class for MFC Framework ?
what is the difference between compiling and building?
how to repaint when working with horizontal scroll bar
Explain about MDI and CMultiDocTemplate ?
Difference between Debug and Release versions?
Do you have an idea about MFC?
Will there be any difference in the image buffer size if it is loaded in from CString to LPTSTR using GetBuffer()? lptstr = string.GetBuffer(0);