搜索资源列表
CheckListBoxCBN
- like the CCheckListBox class provided with MFC, however, it’s use isn’t obvious and the wizard assistance stops at the CListBox class. I’ll describe how to insert it easily in your project. (There may be easier ways to do it, but this is how I do it
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
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
Virtual-Grid-Control
- vc++实现的虚拟grid控件。类似mfc的虚拟list control实现表格功能,但没有利用mfc封装的虚拟列表控件。如果需要,可自己进行更多扩展。-Virtual grid control implementation in visual c++. Like mfc s virtual list control, but implemented in different way. You can extend the control in source code if it s neces
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge