资源列表
XListCtrl_demo_VS2013
- XListCtrl控件源码,一个很有用的列表扩展控件-CListCtrl control source, a useful list expansion control
listview
- listview的绝佳例子,非常棒,诠释了,listview的操作-listview example
QQList
- 一个类似qq的列表展示,加载的是bitmap图像-A list of similar QQ shows that the bitmap image is loaded.
listctrl
- 本项目在WNI8+VC6下编译通过。 clistctrl控件中添加复选框,编辑框; 可调整列高度及更改字体大小。-翻译 本项目在WNI8+VC6下编译通过。 clistctrl控件中添加复选框,编辑框; 可调整列高度及更改字体大小。 The project WNI8+ VC6 compiler through. clistctrl control box to add, edit boxes Adjustable
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的使用,进行基本功能全部演示,所有涉及到的功能,你都能看看,该例程简单详细,绝对能正常运行,值得你一下