资源列表
VB6_ListView_Demonstration
- 功能非常强大的一个列表控件,通过国外一个朋友那里得到的,希望能给大家带来意想不到的用处。
CreportCtrl
- 一个很实用的Listctrl,可以加图标(连Header都可以加图标),可以单Item的编辑,有下拉框,可以改变底色和文字颜色
gridctrl_merge
- 为MFC Grid Control增加合并单元格的功能,基于MFC Grid Control 2.24。提供改进后的MFC Grid Control源代码和用例程序,支持VC6。 Adding \"Merge cells\" support to the MFC GridControl MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接
ListCtrlWnd
- 实现类似CListCtrl显示图标的功能,但屏蔽了滚动条,提供了向前向后翻的函数,而且该控件背景色完全有父控件决定,是一些特殊用途开发。-achieve similar CListCtrl show icon functions, but the rolling of the shield, offering a function turned backward, and the control the background color is the father of all controls
List
- ListCtrl,可以根据需要修改每项背景和字体颜色-ListCtrl, can modify the background and font color of each
ListBox
- 自绘彩色ListBox,很不错的例子,值得看一看-Draw ListBox
CustomizeListview
- listview重绘的示例代码,包括背景的重绘,渐变背景,可以显示进度条。-listview redraw the sample code, including the background redraw, gradient backgrounds, can display the progress bar.
gridctrl227_src
- MFC Grid control 2.27 源码 新版本修补了内存泄漏,增加新的功能。-MFC Grid control 2.27 Source new version fixes a memory leak, adding new features.
NandFlash
- STM32F407读写NanoFlash示例-STM32F407 read NanoFlash Example
listPcontrol
- MFC 列表控件(ListControl)扩展类集合(10多种),其中有两个功能可以说是扩展到了极致。感兴趣的朋友不妨看看~,VC6-MFC list control (ListControl) extension class collection (more than 10 kinds), which has two functions can be said to extend to the extreme. Interested friends may wish to look ~, VC
ListCtlOwnDrawNew
- 对之前上传的《ListCtrlOwnerDraw.zip》进行了更新,完善了多行拖动滚动条时网格线重叠的现象。自绘的listctrl控件,可设置头部背景、字体、高度,item项可设置行高、背景色、文本颜色和高度,可自定义设置网格线的颜色-Before uploading "ListCtrlOwnerDraw.zip" has been updated to improve the multi-line when you drag the scroll bar grid lin
GridCtrlTest
- 基于visual c++用CGridCtrl表格控件编写的一个小对话框程序(The dialog procedure written in control CGridCtrl based on visual c++)