搜索资源列表
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
MyTreeCtrlBrowse
- 一个非常不错的软件,全面介绍了vc控件Ctreectrl的自定义类,以及自定义类的属性方法的全面定义-A very good software, a comprehensive introduction to the control Ctreectrl vc custom class, and method of custom class comprehensive definition of property
CTreeCtrl
- 树视图风格 处理单击事件:TVN_SELCHANGED 同时让自己派生的CMyTreeCtrl类和对话框处理TVN_SELCHANGED消息 编辑标签 -The tree view style to handle the click event: TVN_SELCHANGED at the same time let their derived CMyTreeCtrl class and dialog to handle TVN_SELCHANGED message edit t
skinscrollbar_demo
- 能够在不重写ClistCtrl 和CTreeCtrl的情况下完成滚动条自绘。-Scrollbars can be completed without rewriting ClistCtrl and CTreeCtrl painting from.