搜索资源列表

  1. 三态树.zip

    0下载:
  2. 三态树:一个树控件的派生控件,完成item的三种状态
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:27407
    • 提供者:
  1. CFolderTreeCtrl_demo

    0下载:
  2. 文件夹的树控件,三态选中。有兴趣的可以
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:3819917
    • 提供者:xu
  1. 使用三态树实现多目录选择

    0下载:
  2. 类似瑞星软件的树形三态控件-similar software tree three state control
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44035
    • 提供者:曹海波
  1. MutiTree

    0下载:
  2. 该代码实现了三态选择树的功能,增强了TreeView控件的功能。
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:21569
    • 提供者:yhz
  1. 三态选择树实现终结者

    1下载:
  2. 在很多情况下,我们经常需要实现树的多态选择,如上图所示,当全部子节点选中的情况下,当前节点才被选中,当子节点部分选中时,当前节点处于第三态(如图示[湖北省]节点)当全部子节点未选中时,当前节点处于未选中的状态(如图示[江苏省]节点)。本文就介绍这种三态选择树的具体实现方法。 两种方法比较,本文介绍的方法实现简单,兼容原CTreeCtrl的全部操作,CheckBox也是采用控件本身的CheckBox,只是在状态显示时重画而已。因此,本方法
  3. 所属分类:源码下载

  1. 三态树

    0下载:
  2. 三态树:一个树控件的派生控件,完成item的三种状态-Tri-state tree: A tree control derivative controls, the three states to complete item
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-07
    • 文件大小:27648
    • 提供者:站长
  1. 使用三态树实现多目录选择

    0下载:
  2. 类似瑞星软件的树形三态控件-similar software tree three state control
  3. 所属分类:Windows编程

    • 发布日期:2024-06-07
    • 文件大小:44032
    • 提供者:曹海波
  1. CFolderTreeCtrl_demo

    0下载:
  2. 文件夹的树控件,三态选中。有兴趣的可以-Folder tree control, three-state select. Are interested can
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:3819520
    • 提供者:xu
  1. MutiTree

    0下载:
  2. 该代码实现了三态选择树的功能,增强了TreeView控件的功能。-The code to achieve the three-state function of choice of tree to enhance the function of the TreeView control.
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:26624
    • 提供者:shenhaiyu
  1. MutiTree

    0下载:
  2. VC++在treectrl控件中实现三态树的选择,是个经典的程序。-VC++ at implementation treectrl tri-state control of the selection tree is a classic procedure.
  3. 所属分类:界面编程

    • 发布日期:2024-06-07
    • 文件大小:30720
    • 提供者:卢宗平
  1. tripletree

    0下载:
  2. 是vc6中对CtreeCtrl控件的扩展,演示了怎么建立三态树,需要的朋友可以下载来看看。-CtreeCtrl is vc6 control of the expansion, demonstrated how to build a three-state tree, need friends can download to look at.
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:27648
    • 提供者:恶魔
  1. FBWFApp_2005

    0下载:
  2. 类似三态树型控件,附有选择框,能完整显示磁盘文件树。不是简单的事例,而是真正地实现了列举系统中所有磁盘的文件,而且详细利用递归算法提取了当前选中的文件。非常值得研究。-Similar to the tri-state tree control, with a selection box that can display full disk file tree. Is not a simple case, but really the s
  3. 所属分类:界面编程

    • 发布日期:2024-06-07
    • 文件大小:90112
    • 提供者:kent
  1. MyExplorer

    0下载:
  2. 简单实例说明了树控件的初始化,使用方法,二态,三态树的不同,类似windows资源管理器的形式。-Simple example illustrates the initialization of the tree control, use the method, two state, three-state tree of different, similar to windows explorer form.
  3. 所属分类:按钮控件

    • 发布日期:2024-06-07
    • 文件大小:2843648
    • 提供者:路标
  1. CTreeCtrl

    0下载:
  2. 控件--CTreeCtrl 可以三态表示的树-控件--CTreeCtrl 可以三态表示的树
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:4438016
    • 提供者:刘贵荣
  1. MultiFolder

    0下载:
  2. 详细介绍了使用三态树控件实现多目录的选择功能-Detailed three-state tree control using multi-directory selection function
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:30720
    • 提供者:曲波
  1. ThriTree

    0下载:
  2. 三态树控件,派生于CTreeCtrl。三态选择树的意思就是一个类似资源管理器中的列表,但前面可以是打上小勾进行选择的,共有三种状态,一种是选择状态,一种是未选择状态,还有一种是不完全选择状态。-Three-state tree control, derived from CTreeCtrl. Three-state selection tree, which means that a similar list of Explorer,
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:29696
    • 提供者:ch
  1. tree_ocx

    0下载:
  2. 有时候我们经常需要实现树的多态选择,本文就介绍一种三态选择树的具体实现。 步骤一:生成一个对话框工程。 步骤二:添加树控件,设置所需的属性。 步骤三:做三态选择框图标,且在OnInitDialog()中初始化树,使树控件与选择框图标所构成的图像列表控件联系,具体实现看源代码。 步骤四:实现树的左击消息,实现三态选择。 -Sometimes we often need to implement
  3. 所属分类:界面编程

    • 发布日期:2024-06-07
    • 文件大小:44032
    • 提供者:周璟
  1. 111-7.24

    0下载:
  2. 界面的美化,树控件,lisctrl。按钮的三态,滚动条。背景,标题栏的重绘。非常实用欢迎下载 ,独一无二的,原创-Interface landscaping, tree control, lisctrl. Tri-state of the buttons, scroll bars. Background, the redrawing of the title bar. Very practical welcome to download
  3. 所属分类:对话框与窗口

    • 发布日期:2024-06-07
    • 文件大小:2043904
    • 提供者:liuyan
  1. 三态树控件

    0下载:
  2. 这是一个在vc中实现的三态树控件的程序。
  3. 所属分类:界面编程

    • 发布日期:2014-10-16
    • 文件大小:81309
    • 提供者:dzqtzg
  1. CTreeCtrl

    0下载:
  2. 三态树控件,有全选,部分选择,不选择三种状态,显示不同的图标-Three state tree control, a select, part of the selection, choose three kinds of state, display a different icon
  3. 所属分类:TreeView控件

    • 发布日期:2024-06-07
    • 文件大小:188416
    • 提供者:panlinfeng

源码中国 www.ymcn.org