搜索资源列表
文档管理系统
- 该系统饱含了,树控件TreeView的操作和Listview控件的操作,窗口分割,stab控件应用,数据库存取文件,及webbrowser控件的应用等,可以管理网页,doc,wmv, 等。包含了很全面的东西,是初学者的很好资料哦。-the system, the tree control TreeView and ListView control operation, the operation window segmentation, stab control applications, da
ListView
- listview win32 右键点击会弹出菜单,选择一些项目可以增加东西-listview win32 right-click pop-up menu, choose some things that can increase project
listview_6
- 具有排序功能的CSortedListCtrl类本程序引入一个具有排序功能的CSortedListCtrl类,封装了所有有关排序的操作,在应用该类加入排序功能时,无需考虑回调等事情,非常方便。-A sorting program to introduce this type of CSortedListCtrl a sort function CSortedListCtrl class that encapsulates all the sorting operations, joined in
CustomLVi
- 在开发中,我们经常使用到ListView这个控件。Android的API也提供了许多创建ListView适配器的快捷方式。例如ArrayAdapter、SimpleAdapter和SimpleCursorAdapter等。但你是否发现,如果采用这些系统自带的适配器,对于事件的响应只能局限在一个行单位。假设一行里面有一个按钮和一个图片控件,它们之间的响应操作是不一样的。若采用系统自带的适配器,就不能精确到每个控件的响应事件。这时,我们一般采取自定义适配器来实现这个比较精确地请求。-its wond
