The Wayback Machine - https://web.archive.org/web/20110920233621/http://www.codeguru.com:80/cpp/controls/treeview/misc-advanced/article.php/c701/Implementing-Checkbox-Controls-with-a-TreeView.htm

    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

    IT Offers