How to add a control to display a bitmap in a CTreeCtrl window

  • Thread starter Thread starter Yan Yang
  • Start date Start date
Y

Yan Yang

Guest
I have a property sheet derived from CPropertySheet, which has a tree control (CTreeCtrl) on the left and CPropertyPageEx page on the left, different pages can be displayed when clicking items in the tree control.

I would like to display a bitmap on the bottom of the tree control window (under the tree view), to explain the functionalities when clicking different controls in the CPropertyPageEx pages. The reason to put the image under the tree view in the tree control window is that the property pages are very crowded and struggling space, and I want to display the image in the same place for each page. Could you please let me know how to add the image in the tree control window?

Thanks in advance.

Continue reading...
 
Back
Top