搜索资源列表
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
FileTree_src
- 文件树C++控件,可以实现排叙, 针对目录,磁盘或机器装载文件, 支持网络路径
MyTreeCtrl21
- 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
TreeControlsTheUseOfExamples
- 树形控件的使用例子,树控制和视(Tree Control&View]主要用来显示具有一定层次结构的数据项,如资源管理器中的磁盘目录等,以供用户在其中进行各种选择。-Tree Controls the use of examples, depending on the tree control and [Tree Control & View] is mainly used to show a certain hierarchy of data items, such as Explore
4DiskCata
- 本实例实现了用树形控件显示磁盘目录,通过双击树形控件的节点可以查看该节点下的子目录-The realization of this example shows that using a disk directory tree control, tree control by double-clicking the node can see the subdirectories under the node
choosedir_src
- 可实现目录树的显示,用户选择不同的磁盘吓的目录-Enables the display of the tree, the user select a different disk directory scare
TraverseMagneticDiskCatalogue
- C#使用TreeView组件遍历磁盘目录,C#目录遍历功能的方法与实现实例,利用TreeView组件实现,实际上是扩展了TreeView的功能,增加了目录遍历功能,这就大大提高了TreeView的实用性,C#实例源代码下载-C# uses TreeView Component traverse the disk directory, C# directory traversal function instance, use the TreeView component to achieve, i
TreeDir
- 自定义树形控件实现磁盘文件目录,很好的一个树形控件例子,用DUI库实现-Custom controls to achieve a disk file directory tree, a good example of a tree control with DUI library implementation