搜索资源列表
UI-Libs
- 一个很好的MFC界面设计库,可以制作树形控件等多种窗口风格-MFC a good interface design, you can control the production of various tree window style
formshaper
- 无需调用API,利用该控件就可以把窗体设计为任意形状-without calling API, the use of the controls will be able to form design to be arbitrary shape
VB6.0设计真正实用的TreeView控件
- 在实际开发中,许多人不喜欢使用TreeView,主要是由于默认的TreeView是“只读”的,不支持添加、删除、编辑、调整节点位置等操作。本文通过一个TVEdit工程说明如何解决这些问题。 TreeView是最灵活的Windows控件之一,它以分层的形式显示数据,允许用户随意扩展或折叠节点。鉴于实际生活中许多事物有着层次关系,如计算机里的文件夹、人事组织关系、地区从属关系等,TreeView的应用也极其广泛。但在实际开发中,许多人不喜欢使用TreeView,主要是由于默认的TreeView
treeactive.rar
- 树型控件设计参考,C++例程,适合需要制作树控件的程序员,Tree-control design, C++ routine, need to produce a suitable tree control programmers
tree-with-bmpBackground
- 设计位图背景的树控件,使树控件的背景为位图,美化了树控件的显示效果。-Designed to control the tree bitmap background,So that the tree control s background as a bitmap,Landscaping of the tree control display
VB.source.design.time.control
- VB开发设计时间控件源码VB source code development and design time control -VB source code development and design time control
Treeview.Control.Programming.code
- Treeview控件编程设计经典代码Treeview Control Programming classic code -Treeview Control Programming classic code
CZhangtl
- 图像设计 完成应用Visual Studio.NET和C#语言开发文件管理与加密程序,以TreeView和ListView控件实现与文件资源管理器功能和行为相近的文件浏览界面,对该界面下选定的文件以独立窗口显示各项相关属性,并可对其进行加密和解密处理。-Image design is completed and the application of Visual Studio.NET C# language development file management and encryption p
PB-BOLB
- 使用PB设计文档管理系统,OLe技术,Treeview控件以及BlOB,2进制数据类型-File manage design
phonebook
- 利用树形控件制作通讯录界面设计,属性空间具有拖拽功能,通讯录具有分组功能-Making contacts using the tree control interface design attribute space with drag and drop functionality, contacts with grouping
LabVIEW2012_tree
- 一个用LabVIEW2012版设计的treeview源代码,充分体现了tree控件的各种操作。-A version designed with LabVIEW2012 treeview source code, fully embodies the various operations tree controls.
1 文件系统的Watcher
- 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主