资源列表
ListCtrl(COPY)
- 针对ListCtrl对表的内容可复制拷贝、编辑功能-For ListCtrl can copy the content of the table, editing functions
自定义的ListView可以在任意列添加控件
- 自定义的ListView可以在任意列添加控件(附使用说明文档和调用Demo)(Custom ListView can add controls to any column (with the use of documentation and calling Demo))
XListCtrl
- XListCtrl 能修改item背景色、行背景色、做成edit、做成combox、做成check、做成进度条。已经添加了所有缺少文件,VC6.0下四种都可编译。(XListCtrl can modify item background color, line background color, make edit, make combox, make check, make progress bar. All the files have been added, and four can be
DC LIST
- VB开发的数据库操作软件,通过扫码枪录入(Database operation software developed by VB)
重绘ListBox控件
- 使用C#2010语言重绘ListBox控件,ListBox的项背景色可以设置成不同的颜色。
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge
20140221_092545309
- 超级列表框图标任意拖动源码 可以任意拖动图标(Super list box and drag the icon to any source)
mfc GridCtrl的使用
- 该程序的GridCtrl的使用,进行基本功能全部演示,所有涉及到的功能,你都能看看,该例程简单详细,绝对能正常运行,值得你一下
VB做的无限级树式展开的ListView 列表
- VB做的无限级树式展开的ListView 列表(ListView List of Infinite Tree Expansion Made by VB)
重绘ListCtrl
- 重绘ListCtrl,实现行自由拖动。完美支持单个以及多个item的拖放功能。而且添加了拖动轨迹!
LISTCTRL扩展功能
- 很好的扩展listctrl功能,具有字段排序和编辑等等强大功能!