Implementing Checkbox Controls with a TreeView

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.

Downloads

Download demo project – 23 Kb

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read