搜索资源列表
tree&listdemo
- TreeView控件的使用Demo,包含了TreeView,ListView及Split控件的使用方法-TreeView control the use Demo includes the TreeView and ListView Control and Split use
2003071705094819058
- 可以排序得ListView控件,并且头有图标显示-can sort in ListView control, and the first show with icon
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft's.NET Forms Control window, For example, Treeview and ListView, only to the general controls
用API函数改进ListView控件的显示效果
- 用API函数改进ListView控件的显示效果.rar-using API functions to improve the ListView control display. Rar
MultColumnTreeListControl.zip ListView和TreeViee混合在一起的控件
- ListView和TreeViee混合在一起的控件,The control which mix listview and treeview
DeskTop.rar
- 《仿Windows桌面的主界面》使用ListView控件,模仿windows桌面,可设置背景图片及图片的缩放、排列类型等。程序本身是一个数据库管理程序的主控界面。," Imitation of the main Windows desktop interface," the use of ListView control, mimic desktop windows, you can set the background picture and picture zoom, wi
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。 -In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpos
listview-and-treeview
- 如何使用listview 和 treeview控件。 很好,很实用-tell u how to use listview and treeview control
AdvancedTreeview
- 高级控件树,比较强大的,能够进行自定义扩展,能够结合了treeview和listview两者集合-High control tree, the more powerful, able to customize the extension to a combination of TreeView and listview two collections
TreeViewWithPaint
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose
ListVieCheckBox
- ListView控件和TreeView控件相结合并具有CheckBox功能-TreeView control ListView control and a combination of function with CheckBox
ListView1
- ListView control/ ListView control/ListView control-ListView control/ListView control/ListView control/ListView control
ListView4
- ListView control/ ListView control/ListView control-ListView control/ListView control/ListView control/ListView control
20091113251283
- 程序里面主要实现了listview控件的分页显示、VB读写INI配置文件、上一步下一步界面是实现、VB操作数据库(ACCSEE)、程序随系统启动、图片的储存、数据库导出EXCEL表格、数据库的模糊搜索、listview控件与treeview控件的联合使用、数据库的备份与恢复、系统托盘的实现。-Program which implements the listview control the main page display, VB to read and write INI configura
StatusBar
- 单文档三分窗体,treeview显示系统目录,同时跟ListView等控件通信。-One-third of the document form, treeview display system directory, and communication with the ListView control.
TreeViewDirDemo
- 可以利用ListView控件制作文件的列表视图,介绍实现生成列表视图的方法和技术-Can use the ListView control production documents, this paper introduces the list view to realize the list view generation method and technology
59561156451
- 利用TreeView,ListView,RichTextBox控件编写的基本资源管理器-Using TreeView, ListView, RichTextBox control basic Explorer written
ListView-Row-Color
- Listview 控件隔行颜色控制的程序,可以美化Listview表格-Listview control line color
YFListView
- YFListView控件,添加 图标的更换改变字体颜色 修改文本 功能强大 详见源码-YF ListView control, add replacement icon changes modify the text font color See powerful source
1 文件系统的Watcher
- 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主