搜索资源列表
CListCtrl
- 利用VC编程过程中 CListCtrl 的风格、扩展风格、插值或删除数据、选中取消一行、得到checkbox的状态等等.........,很多很实用的操作
ListCtrlDemo-tutorial
- VC中的CListCtrl功能灵活但初学者往往很难掌握其用法.本代码相当于CListCtrl的使用教程,其中详细展示了ListCtrl的各种用法
CListCtrl使用演示
- 使用List控件的实例,对初次学习VC控件的同学是不错的实例!-example, the initial learning Control VC students is a good example!
CListCtrl 使用演示的例子
- 代码里写的很详细了,设置CListCtrl 模式,并响应LVN_GETDISPINFO消息,并在此消息中填充ClistCtrl数据,在vc+ADO模式中一样,提取结果集,并计算出要填充的行列在RS结果集中的位置,并填充CListCtrl数据。
ListDemo.rar
- 一个自我封装的List类,很号用,解决VC++中MFC中CListCtrl类的缺陷,在控件编程中有很大的用途,也可以更具自己的需要做一些修改!,A self-List package type, I am its use to solve VC++ In the MFC class CListCtrl of defects in the control program in a lot of uses, can also be more to their own needs to do some
exportExcel
- vc++ 将mfc的CListCtrl空间中的值导出到Excel文件中-mfc vc++ to the value space of the CListCtrl to export to Excel file
PreviewDemo.rar
- VC++的CListCtrl的打印及其打印御览,很好的demo,和大家分享,VC++ The CListCtrl Royal printing and print fact sheets, a good demo, and to share
EditListCtrlSample
- 双击可编辑的VC++扩展型CListCtrl列表控件-Double click to edit the VC++ CListCtrl extended list control
ExcelTest
- ExcelTest是用于学习在VC程序中调用EXcel功能,可实现将CListCtrl中的数据导出到EXCEL,-ExcelTest is used to study the VC program call EXcel function can be realized in the CListCtrl export data to EXCEL,
apibrow
- 使用公用控制回调在一个CListView中管理CListCtrl控制例子源码,这个例子用于分析了一些以逗号为分割符的文本文件,例如在你的\MSDEV\LIB(VC在DevStudio\VC\Lib)目录下的Win32Api.CSV就是这样的文件.-The use of common control callback CListView in a CListCtrl control in the management of source code examples, this example is
CListCtrl
- CListCtrl控件使用详解,编程环境VC,-CListCtrl
ListCtrlVCdemo
- vc下的ClistCtrl演示源代码,希望大家有用。仅供参考。-vc source code under the ClistCtrl demo, hope it would be useful. For reference only.
VCsrcCGridListCtrlEx
- vc下的ClistCtrl Grid使用演示源代码,希望大家有用,代码仅供参考。-vc under ClistCtrl Grid Demo source code, hope that useful, the code for reference only.
vcKONGJIAN
- vc常用控件用法,包括CCombox组合框的用法,CListCtrl控件的用法,CListView经常用用法等-vc common control usage, including CCombox combo box usage, CListCtrl control the usage, CListView often use such
CListCtrl.CHeaderCtrl-
- 改变 CListCtrl、CHeaderCtrl 高度、字体、颜色和背景。合适给刚刚接触VC的人学习-Change CListCtrl, CHeaderCtrl height, fonts, colors and backgrounds. The right to learn from people new to VC
CListCtrl
- CListCtrl 控件的应用CListCtrl.rar,很不错的vc源码,希望能对大家有所帮助-CListCtrl control applications CListCtrl.rar, very good vc source code, I hope you can help
CList
- vc 中CListCtrl使用例子,比较全,建议新手可以下载来看-CListCtrl vc used in the example, compare the whole, the proposed terms novice can download
ListCtrl3
- vc clistctrl. good example-vc clistctrl good example
CListCtrlTest
- vc设置CListCtrl控件背景为渐变色,看上去更漂亮的CListCtrl控件了,每一格的行背景色都是渐变彩色的,颜色不满意的话,可自己调,源码文件分享给大家。-vc CListCtrl control settings for gradient background, looks more beautiful CListCtrl control, the background color of each cell line are graded color, the color is not
clistctrl自绘及改变行列颜色附重用类
- VC++ clistctrl自绘及改变行列颜色,VC6.0版本示例、版本示例,还有重用类,这些类是通用的,可用在其它的自绘程序中。重绘后的ListCtrl控件,每一行、每一列都可改变背景颜色,与传统ListCtrl相比,使其内容显示的结构更清淅。