资源列表
Gh0st
- vs2010 版本Gh0st.rar。不需要调试直接可以使用CJ60lib类库。-vs2010 version Gh0st.rar
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
CustDrawListBox
- 自绘ListBox, Item项自绘(改变Item宽高), 样式. 注: 在使用前请设置控件属性Owner为Variable状态. (本代码在Window7、VS2010下测试通过)-Owner Draw ListBox, change Item width、height、style. note: please set owner:variable.
SkinList_demo
- CListCtrl自绘源代码,重绘了标头、ListBox背景和滚动条-CListCtrl source code from the painting, redraw the header, ListBox background and scroll bars
textlisttree
- labwindows环境下,本示例以text box、tree和list box控件的操作为基础,编程实现向各控件插入或删除内容。-Under labwindows environment, the examples to operate text box, tree and list box controls, based programming controls each insert or delete content.
Test
- 自己写的CListCtrl自绘类 简单的实现了表头的绘制以及表格非Item区域的绘制,同时 用了双缓冲 在刷新界面的时候不会出现闪烁的现象。-Write your own self-drawn CListCtrl class implements a simple header to draw and non-draw Item form regions, and with a double-buffered interface when the refresh flicker does no
ListCtrl控件封装
- 一个基于ListCtrl控件的封装程序,有很好的Demo程序。
vb-listview--edit-column
- VB为Listview控件添加自定义可编辑列功能-VB for the Listview control to add custom editable column function
ListBoxST
- C++ 界面控件扩展类库,列表控件类库可以方便的进行列表的创建,包含动态及界面创建-ListBox control
ReportListControl
- 自定义列表控件, 单元格内支持插件,可动态改变行的尺寸及高度-custom listctrl
VListCtrlTest
- 使用虚拟列表的ListCtrl避免大数据量时的闪烁。同时采用用户自绘制OwnerDraw_Fixed的方法和双缓冲来避免闪烁。很有参考价值。-Flashing using virtual list ListCtrl avoid large amount of data. At the same user using the method of drawing OwnerDraw_Fixed and double buffering to avoid flicker. Great referenc
VListCtrlTest150826
- 一个CListCtrl的扩展类及其应用实例。该类采用虚拟列表作为数据获取的手段(后台),前台采用OWNERDRAWFIXED用户自行绘制,并实现了背景动态贴图和ADO访问Access数据库。-Extension classes and application examples of a CListCtrl. This class uses a virtual list as a means of data acquisition (background), reception using OWN