Code Library

Free Source Code and Program Tips

How to subclass CTreeCtrl in CTreeView?

Another title: How to use a derived CTreeCtrl in a CTreeView? It is similar with this article: “How to use an derived CListCtrl in CListView” or “How do I subclass the CListCtrl part of a CListView Class?“. Just like CListView, there is no CTreeCtrl to subclass in CTreeView. The CTreeView is the subclass of the [...]

Read this article: How to use an derived CListCtrl in CListView