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 |
Tell us something about MFC?
is there any class which is not derived from Cobject
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);
How WM_PAINT message gets called in MFC,please explain it . a)Who calls the WM_PAINT message? b)When it gets called? c)how it comes to message queue? Please Explain it
how do u identify RTTI in vc++
What function is called by a document class to notify views that the document has been changed?
What is the difference between GetMessage and PeekMessage ?
What is the difference between OnInitialUpdate and OnUpdate?
Types of DLL's
what is message Testing ?
What is LPCTSTR? What does LP denote it?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?