搜索资源列表
WinCECOLLECT
- WinCE下listview等一系列控件重载,包括示例代码,功能非常强大!-WinCE error under a series of heavy controls, including sample code, which is very powerful!
ListCtrl
- ListCtrl背景颜色控件的示例程序源码,-ListCtrl background color of the sample application source code control,
UseListCtrlDemo
- 一个ListCtrl控件使用样例代码,初学VC的朋友可以参考一下,注释有很详细的说明-Rediocheck the use of a control sample code, novice VC friends can refer to, the Notes had a very detailed descr iption of
CustomizeListview
- listview重绘的示例代码,包括背景的重绘,渐变背景,可以显示进度条。-listview redraw the sample code, including the background redraw, gradient backgrounds, can display the progress bar.
VC_program_form_list_of_multiple_choice_sample_cod
- VC编程窗体中listBox列表多选示例代码VC program form the list of multiple choice sample code listBox-VC program form the list of multiple choice sample code listBox
ListCtrlDemo
- ListCtrl Demo 范例代码,可以学习List框控件的使用-ListCtrl Demo sample code,help you to study ListCtrl
ListView
- ListView 控件全功能使用代码,示例Listview控件的操作方式。-ListView control is fully functional use code, sample Listview control mode of operation.
SkinListDone
- CListctrl重绘。包括标题头部。和边框都重绘了。。而且还有示例代码-CListctrl redrawn. Including the title of the head. And borders are redrawn. . But also the sample code. . .
LVDrawHeader
- Delphi中ListView字画表头代码示例,网上已经不好找了-Crafts in Delphi ListView header code sample, the Internet has been easy to find
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge