文件名称:TreeView
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-11-24
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- 任*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TreeView控件用来显示信息的分级视图,如同Windows里的资源管理器的目录。TreeView控件中的各项信息都有一个与之相关的Node对象。TreeView显示Node对象的分层目录结构,每个Node对象均由一个Label对象和其相关的位图组成。在建立TreeView控件后,我们可以展开和折叠、显示或隐藏其中的节点。TreeView控件一般用来显示文件和目录结构、文档中的类层次、索引中的层次和其他具有分层目录结构的信息。
-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.
-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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