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
There are no comments yet. Be the first to comment!