搜索资源列表
MyListCtrl
- 类CMyListCtrl在类CListCtrl基础上添加了AddTableColumns(添加列)功能 并添加了对任意一个单元格作为文本编辑框或者combox下拉框的功能-category CMyListCtrl in CListCtrl category on the basis of added AddTabl eColumns (added out) and add a function to arbitrary cells
gggg1414556
- 构造CMyListCtrl实现类似QQ的界 [代码性质] VC完整应用程序代码 [代码作者] 朱一松
ListSubItSel_demo
- clistctrl 的子项可以选择,添加颜色和进一步修改-clistctrl of the sub-option, add color and further revisions
MyListCtrl
- 类CMyListCtrl在类CListCtrl基础上添加了AddTableColumns(添加列)功能 并添加了对任意一个单元格作为文本编辑框或者combox下拉框的功能-category CMyListCtrl in CListCtrl category on the basis of added AddTabl eColumns (added out) and add a function to arbitrary cells
gggg1414556
- 构造CMyListCtrl实现类似QQ的界 [代码性质] VC完整应用程序代码 [代码作者] 朱一松-QQ realize CMyListCtrl structure similar to the sector [character code] VC integrity of application code [code author] Zhu 1 Song
CMyListCtrl-new
- 可以编辑的listctrl空间,用户可以根据自己的需要,添加新的控件-Can edit the listctrl space, the user can according to their own needs, adding new controls
CMyListCtrl
- 修改版的CListCtrl控件,可修改头和文字、背景颜色,对于ListCtrl控件来说功能已经相当齐备了,包含类文件即可使用-CListCtrl user defined control
CMyListCtrl
- 自己写的ClistCtrl类,带排序(分数字和字符串),表头带有排序箭头,并且可以实现图标的加载(即加入ImageList),还有一些功能,可以自己看-Own the written ClistCtrl class with sort (numbers and strings), the first table with a sort arrow, and can achieve the icon is loaded (that is
ListCtrlTest
- /*** *** ***可设置单元格颜色、字体和图标的ListCtrl列表控件************/ 1、CMyListCtrl重载ListCtrl类,响应NMCUSTROMDRAW消息来改变列表单元格颜色; 2、利用CImageList来建立图标的队列,在OnInitDialog中用SetItem函数指定单元格图标。-/*************** Cell color, font, and the icon ListC
MyListView
- mfc_ListView/ListCtrl 实现点击表头排序与固定列宽 MFC. 1. 自定义CMyListView,继承自CListView, 实现点击表头进行该列排序以及固定某些列宽的功能。使用时直接继承此View即可。 2. 自定义CMyListCtrl, 继承自CMFCListCtrl, 同样实现上述功能,用于listctrl控件。使用时,将控件的control变量更改为CMyListCtrl即可。-mf