Introduction - If you have any usage issues, please Google them yourself
MFC Tree controls are one of the useful controls to show a hierarchical view of items. They can show the folders list, any parent- child relationship items etc.,
CTreeCtrl is the class which handles all the MFC Tree Control related operations
. It has all the necessary methods to Add MFC Tree control items, Retrieve selected items, Remove the items and other event handlers needed.