CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - item tree

搜索资源列表

  1. 20041016112846_vczx_MyTreeCtrl21

    0下载:
  2. 支持数据项查找功能的树控制(CTreeCtrl)类-support data item search capabilities tree control (CTreeCtrl) Classes
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:19836
    • 提供者:郁继宗
  1. simple_tree_ctrl

    0下载:
  2. First of all, there are lots of custom tree controls available so what s the need for this? In one of my projects I happened to use several tree controls to show data objects at different levels and I had to deal with user actions. Each time, my tree
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:18713
    • 提供者:gaowen
  1. check_item_tree

    0下载:
  2. 添加了检查框的树型控件,很实用的,并且还可以自己在item前添加小图标-added to the check box control the tree, a very practical, and they can add the item before the small icon
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:17616
    • 提供者:范丹丹
  1. Tree_src

    0下载:
  2. 可以在树型控件中添加背景图,每个item前添加小的图标-tree in the background added to control maps, each item before adding a small icon
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:7193
    • 提供者:范丹丹
  1. sclmgr

    0下载:
  2. 将在SQL2000下建立schooldata数据库,导入数据文件 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:598990
    • 提供者:婷婷
  1. 111

    0下载:
  2. 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treect
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:602027
    • 提供者:yang
  1. TreeCtrlDemo

    0下载:
  2. After quite a few requests, I thought I d post this tree control that uses a similar selection drawing style to the list control I posted here: ListCtrl - A WTL list control with Windows Vista style item selection. For an added bonus, I ve also inclu
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:13660
    • 提供者:含羞草
  1. TreeListV3

    0下载:
  2. The accompanying code is an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible to the tree control of the common controls. It allows the user to set colors, text, and icons for each item separately.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:62162
    • 提供者:宋先生
  1. School ManageSys V2.0

    0下载:
  2. 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自
  3. 所属分类:Windows编程

    • 发布日期:2014-01-20
    • 文件大小:991096
    • 提供者:xiaomin
  1. 校信息管理系统(ADO+SQL2000)

    0下载:
  2. 将在SQL2000下建立schooldata数据库,导入数据文件。实现功能:操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内。双击LIST控件显示具体信息。也可以在窗口里单击右键或操作菜单具体操作。-will establish schooldata SQL2000 database, import data files. Achieving function : : On the choice of
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:855684
    • 提供者:叶秋风
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. TreeListV7

    0下载:
  2. 实现了对TreeCtrl控件的完美功能,包括:加位图,列属性的对应,在Item上进行编辑与增加List,全面的Tree风格进行选择,-TreeCtrl achieve perfect control features, including: additional digital map out the corresponding attributes in the Item to edit with the increase in the List, a comprehensive select
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:103734
    • 提供者:jiqiubo
  1. MyTree

    0下载:
  2. 全面的介绍了tree空间的操作,包括添加item等-A comprehensive introduction to the operation of the tree space, including the added item, such as
  3. 所属分类:TreeView

    • 发布日期:2017-03-28
    • 文件大小:37488
    • 提供者:刘忠
  1. ColorTreeCtrl_demo

    0下载:
  2. 树控件,能够方便的改变Item的颜色-Tree controls, the ability to easily change the color of Item
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:17835
    • 提供者:virus
  1. SC_1_15

    0下载:
  2. here is bybrid tree+list controls. that is MFC Tree list controls based on list controls. the names is SC_1_15. SC_1_15 can item insert, item delete, item modify, spread tree .. and so on. very useful for MFC UI Developer.-here is bybri
  3. 所属分类:TreeView

    • 发布日期:2017-04-01
    • 文件大小:78418
    • 提供者:BK
  1. MoveTreeItem_demo

    0下载:
  2. 一个学习treeCtrl的很好例子。该程序能够移动树控件的item到另一个树下。-The application is able to move a part of a tree control s hierarchy to live under a different tree item.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:21410
    • 提供者:JOHN
  1. VisualC__NETshuxingkongjiandeshiyong

    0下载:
  2. 对树形控件中项目的添加、图标的建立、项目的选择以及右键弹出快捷菜单等技术进行详细的阐述,对树形控件项目的操作与更新进行说明,对在树形控件与数据库的连接中需 要注意的问题进行了探讨。-On the tree control to add the item, the icon of the establishment of project selection and the right technologies such as pop-up shortcut menu detail, the o
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:112115
    • 提供者:杨利明
  1. ColumnTreeCtrl

    0下载:
  2. 一个自绘的列表树控件 列表item中实现添加树控件效果 一个自绘的列表树控件-A list drawn from a list item in the tree control, tree control, add effects to achieve a self-drawn tree control list
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:12698
    • 提供者:machh
  1. ab

    0下载:
  2. 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls sh
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:412985
    • 提供者:李海涛
  1. Ttreeelist_ddr

    0下载:
  2. treeview控制展示示,實做item的樹狀結構。 -The treeview control display shows, in fact, to do the item tree.
  3. 所属分类:TreeView

    • 发布日期:2017-04-06
    • 文件大小:64508
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com