搜索资源列表
ctreectrl
- 主要是树视图控件和ctreectrl类的要点
多试图切换CTreeCtrl控件的切分窗体
- evc下使用CTreeCtrl控件的切分窗体,还支持多试图切换
三态选择树实现终结者
- 在很多情况下,我们经常需要实现树的多态选择,如上图所示,当全部子节点选中的情况下,当前节点才被选中,当子节点部分选中时,当前节点处于第三态(如图示[湖北省]节点)当全部子节点未选中时,当前节点处于未选中的状态(如图示[江苏省]节点)。本文就介绍这种三态选择树的具体实现方法。 两种方法比较,本文介绍的方法实现简单,兼容原CTreeCtrl的全部操作,CheckBox也是采用控件本身的CheckBox,只是在状态显示时重画而已。因此,本方法
treestore
- Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of
20041016112846_vczx_MyTreeCtrl21
- 支持数据项查找功能的树控制(CTreeCtrl)类-support data item search capabilities tree control (CTreeCtrl) Classes
CTreeDemo
- ADO和CTREECTRL的应用演示-ADO and CTREECTRL Application Demonstration
SQL Server 数据库结构查看程序(VC源码)(2.1)
- CTreeCtrl类的递归使用-CTreeCtrl kind of recursive use
DragDropdemo
- 在CTreeCtrl间拖放就这么简单。-drag and drop between the CTreeCtrl as simple as that.
CustomTree
- 是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
Magic Strtree
- 我自己写的 将动态 字符串解析到CTreeCtrl。以前是为了 写道数据库,不用XML,为了不麻烦。就 用 VC 写了一个 这个 这个,希望大家可以用到-I wrote it myself dynamic string parsing to CTreeCtrl. Previously wrote to the database, not XML, in order not to trouble. On the VC was a um,
按数据库记录构建树控件CtreeCtrl
- 本程序是在VC下开发的Windodws窗口界面程序,根据数据库中的记录向树型控件中添加节点。-this procedure was developed under the VC Windodws window interface procedures, according to records in the database to add controls tree nodes.
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this o
asdfghjk
- 在MFC中应用CTreeCtrl控件的技巧.rar-in MFC Application CTreeCtrl control skills. Rar
classtree
- ctreectrl控件扩展类,实现树型控件的可拖拽-ctreectrl controls extension of the class and realize the tree may drag control
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a cus
TreeControlTemplates_demo
- These templates allow CTreeCtrl derived classes programmers to add three basic functionalities to their classes:-CTreeCtrl derived c lasses programmers to add three basic function alities to their classes :
ctreectrl
- 主要是树视图控件和ctreectrl类的要点-Mainly TreeView controls and category ctreectrl points
CTreeCtrl
- 在CTreeCtrl中如何实现右键点选操作-CTreeCtrl in how to achieve in the right-click operation
CTreeCtrl
- 控件--CTreeCtrl 可以三态表示的树-控件--CTreeCtrl 可以三态表示的树
CTreeCtrl
- 在MFC中使用CTreeCtrl控件的技巧-the use of CTreeCtrl in MFC