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 difference between OnInitialUpdate and OnUpdate?
What is a critical section and how is it implemented?
What is the difference between the SDI and MDI
Explain about MDI and CMultiDocTemplate ?
What is the use of message map ?
In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?
3 Answers Financial Technologies,
Have you ever used win32 APIs ?
Explain the flow of SDI application?
How to handle dynamic menus in mfc? What happens when client calls cocreateinstance?
how many types of classes are ther,what are that
What is the difference between ASSERT and VERIFY?
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example