Implementing Checkbox Controls with a TreeView

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

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