Description: TreeView control is used to display information about the hierarchical view, as in the Windows Explorer directory. Each information in the TreeView control has a Node object associated with it. TreeView displays the hierarchical structure of the Node object, each Node object is composed of a Label object and its associated bitmap. After the establishment of the TreeView control, we can expand and collapse, show or hide the node. TreeView control is generally used to display files and directory structure, documents in the class hierarchy, the index in the hierarchy and other information with hierarchical directory structure.
To Search:
File list (Check if you may need any files):
TreeView\ChildFrm.cpp
........\ChildFrm.h
........\MainFrm.cpp
........\MainFrm.h
........\ReadMe.txt
........\res\Toolbar.bmp
........\...\TreeView.ico
........\...\TreeView.rc2
........\...\TreeViewDoc.ico
........\Resource.h
........\StdAfx.cpp
........\StdAfx.h
........\TreeView.aps
........\TreeView.clw
........\TreeView.cpp
........\TreeView.dsp
........\TreeView.dsw
........\TreeView.h
........\TreeView.ncb
........\TreeView.opt
........\TreeView.plg
........\TreeView.rc
........\TreeViewDoc.cpp
........\TreeViewDoc.h
........\TreeViewView.cpp
........\TreeViewView.h
........\res
TreeView