搜索资源列表
CReportCtrl
- 一个继承自CListCtrl的改进过的list control控件代码,支持每格数据的直接修改,支持每格的颜色控制,支持数据的按列排序,支持每格的图像显示及复选框显示-inherited from the CListCtrl an improvement over the control list control code, support each grid data directly alter the support of every new color control and suppo
VC控件 TreeCtrl
- 目录树控件的基本操作源代码,也包括列表控件操作的源代码。非对话框的显示-tree controls the basic operation of the source code, including operating table controls the source code. Non-box display
CustomizeListview
- listview重绘的示例代码,包括背景的重绘,渐变背景,可以显示进度条。-listview redraw the sample code, including the background redraw, gradient backgrounds, can display the progress bar.
MyListCtrl
- 一个展示ListCtrl控件的源码。继承与ListCtrl.-A Source code for display ListCtrl
ListBoxCH_demo
- 在listbox控件中显示缩略图的源码。 在listbox控件中显示缩略图的源码。-Display thumbnail in the listbox control, and this is the source code.
ListCtrlStyle
- vc 动态设置列表控件的不同显示方式\ListCtrlStyle 的程序源码-vc list control dynamically set different display \ ListCtrlStyle the program source code
20080303dayin
- 此程序为一个基于对话框程序的打印及打印预览的源码,直接打印和预览的对话框上CListCtrl控件的显示内容。-This program is a dialog-based program source code printing and print preview, print and preview of the dialog box directly on the CListCtrl control display.
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge