Implementing Checkbox Controls with a TreeView
Posted
by Peter Hahm
on December 18th, 1999
This little sample program demonstrates how to make a treecontrol with checkboxes belonging to each item. Note that this sample was generated using MSVC++ 5. Should work with MSVC++ 6 as well.
Note further that I used the style-constant TVS_CHECKBOXES, which is declarated in VC++5, but not commented.
Comments
Tree Control
Posted by Legacy on 01/08/2003 12:00amOriginally posted by: Pratibha Chilamkurti
ExTree
Posted by Legacy on 10/18/2001 12:00amOriginally posted by: Mike Philis
treecontrol
Posted by Legacy on 04/25/2000 12:00amOriginally posted by: Mikl Shlensky
This program works well. But I don't know, how set third empty state of checkbox.
Reply