搜索资源列表
MultColumnTreeListControl.zip
- ListView和TreeViee混合在一起的控件
Treelist.zip
- ListView和TreeViee混合在一起的控件
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
ActiveX
- 几个VB控件的高级应用:ListView控件高级使用,TreeView保存示例,TreeView与文件夹操作示例
Tree
- TreeView,ListView控件中拖拉程序得演示
用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
listview-and-treeview
- 如何使用listview 和 treeview控件。 很好,很实用-tell u how to use listview and treeview control
ListVieCheckBox
- ListView控件和TreeView控件相结合并具有CheckBox功能-TreeView control ListView control and a combination of function with CheckBox
student
- 树形结构 有关学生的相关信息 以及listview控件的接受-Tree
f146645aea4b75ba146cb9eebe99a254c9b901046916
- vb.net简单的资源管理treeview和listview控件-vb.net simple resource management treeview and listview controls
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
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
TreeViewDirDemo
- 可以利用ListView控件制作文件的列表视图,介绍实现生成列表视图的方法和技术-Can use the ListView control production documents, this paper introduces the list view to realize the list view generation method and technology
make-explorer
- 使用treeview 与listview控件实现类似资源管理器的文件查看功能,但有bug-make explorer by treeview and listview
ListView-Row-Color
- Listview 控件隔行颜色控制的程序,可以美化Listview表格-Listview control line color
1 文件系统的Watcher
- 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主