搜索资源列表
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
TreeViewCtrl
- 树形视图控件的演示程序:在一个层次列表中显示数据,提供了一种实用简便 的方式来显示和管理数据列表.用到了MFC类:CTreeCtrl.
treelist
- 实现树状目录的显示和在MFC中单文档结构中的实现-Tree implementation of the display and at MFC single document structure in the implementation
FileTree
- 在mfc对话框中显示文件树,可以展开和收起,-Shown in the mfc file tree, you can start and put away
ziyuanguanli
- 使用mfc中的treeview空间实现磁盘文件的显示,并能进行一些操作,对于了解tree很有帮助-show the content from the hard..,with the treeview from the mfc,it is good for the people who want to understand the way to use the treeview.