25 Oct
Posted by support as Win32/MFC 2,948 views, 0 Comments
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 [...]
22 Oct
Posted by support as Win32/MFC 1,987 views, 0 Comments
Read this article: How to use an derived CListCtrl in CListView