搜索资源列表
LISTHDR
- The LISTHDR sample demonstrates how to use the following common control MFC classes: CListCtrl and CHeaderCtrl. It shows how the controls are created and how to change the controls using many different available styles. The LISTHDR sample has been up
change_CListCtrl_color
- MFC的ListBox并不能改变当前选择行为任意颜色,该源码给出了继承自CListCtrl的新类,功能更强大。-MFC ListBox not change the current color choices arbitrary acts, given the source CListCtrl inherited from the new category and more powerful.
TipListCtrl
- MFC中,附带ToolTip功能的CListCtrl控件
CReportCtrl_Demo
- 扩展MFC CListCtrl,可以设置ITEM颜色,可以按照COLOMN排序。
20050319144042_ListData
- 一个可以显示大量行列数据的表格类这是一个从CWnd 类中派生出来的表格类。比较简陋。可以快速显示100000行的数据。主要是解决了由于MFC中CListCtrl类不能正确的在所有列宽和的宽度大于32767时的显示问题。-can show a lot of data ranks of this type of form is a category from CWnd derived from the forms category. Humble. Quick show 100,000 rows o
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
CListCtrlEx
- 对MFC的CListCtrl控件的扩展,可以对每行添加进度条、编辑框、复选框等控件-MFC' s CListCtrl control of the extension, you can add a progress bar for each row, edit boxes, check boxes and other controls
ListViewCtrlEx
- CListCtrl 扩展控件,可以实现排序,编辑,添加背景图片等功能。-MFC Extension Classes CListCtrlEx and CListViewEx
CListEdit
- MFC的CListCtrl没有编辑功能。本程序通过在双击的地方覆盖一个编辑框,取选中单元格的内容显示在编辑框里,再在编辑框失去焦点的时候将编辑框的内容覆盖回单元格,从而实现CListCtrl的可编辑功能。-MFC' s CListCtrl without editing. Double-click the program through the local coverage in an edit box, check the contents of selected cells displ
Test_HMXControls
- a full work graphic CListCtrl in mfc
ListDemo
- 只要是测试MFC CListCtrl 的一些测试 很有借鉴意义-As long as the test MFC CListCtrl referential significance of some tests
FileView
- vs2005 mfc CListctrl编写的目录浏览器 -directory browser written in vs2005 mfc CListctrl
Demo-CListCtrlEx-000
- MFC CListCtrl 扩展类 及其 示例-MFC CListCtrl extension classes example
Demo-CListCtrlEx-001
- MFC CListCtrl 扩展类的功能示例001-MFC CListCtrl extended functionality example 001
Demo-CListCtrlEx-002
- MFC CListCtrl 扩展类的功能示例002
gridctrl_demo_upgrade
- 基于老版本VC6-VS2008的可用的高级CListCtrl控件。替换原有的MFC控件,增加了更多特性。-Based on VC6-VS2008, supplementary functionsfor MFC CListCtrl.
CListCtrl
- MFC重绘CListCtrl控件,代码清晰,强大,适合初学者-MFC re painted CListCtrl control, the code clear, powerful, suitable for beginners
ListCtrlDemo
- This tutorial is designed to introduce you to the CListCtrl MFC class. This tutorial covers the following aspects of the CListCtrl: - Adding a CListCtrl to your dialog - Associating the CListCtrl with a member variable - CListCtrl styles - Insert
MFC CListCtrl 虚拟列表的使用实例
- MFC CListCtrl 虚拟列表的使用实例