搜索资源列表
combobox_11
- CJFlatComboBox控件封装源码和demo。 CJFlatComboBox.cpp CJFlatComboBox.h
CReportCtrl_Demo
- 一个CListCtrl控件源代码,在Report类型的LictCtrl的空间中能改变任何一个单元格的背景颜色。直接将ReprotCtrl.h与ReportCtrl.cpp直接加入工程文件中,在源代码中将原有定义的CListCtrl改为ReporCtrl即可。
xlistctrl.cpp
- XListCtrl 文件
listCtrl
- 列表控件的应用,一个非党不错的例子.用VC6MFC实现的.-using of listctrl.
MySortListCtrl
- 支持排序的ListCtrl控件 把.cpp .h文件添加进工程 子类化时 选择MyListCtrl即可使用 其他功能完全继承自ListCtrl 源码文件中有详细注释 请参阅-Support the sort of ListCtrl control The. Cpp, h files added to the project Subclass select MyListCtrl to use Other feature is fully inherited from
colorlb_demo
- 彩色ListBox,来自http://www.codeguru.com/cpp/controls/listbox/colorlistboxes/article.php/c1611 This CColorListBox class is based on Patrice Godard s colored list box class of the same name, with the following additions: The focus rectangl
ListBox
- ListBox.vcproj 這是使用應用程式精靈所產生之 VC++ 專案的主要專案檔。 它包含產生檔案時的 Visual C++ 版本資訊,以及使用應用程式精靈產生檔案的 過程中,選取的平台、組態和專案功能的相關資訊。 ListBox.h 這是應用程式的主要標頭檔。它包含其他專案特定的標頭 (包括 Resource.h), 並宣告 CListBoxApp 應用程式類別。 ListBox.cpp 這是主要的應用程式原始程式檔,它包含應用程
DragDropListCtrl_demo
- 一个可以拖拽的ListControl,可以单个、多个拖拽,并当鼠标移到边框时,自动滚动列表-One can drag the ListControl, can be single, multiple drag and drop, and when the mouse moved to the border, the auto-scroll through the list
listctrl_repaint_3D
- 表控件的重绘,具有3d颜色背景效果,主要四个文件,两个cpp,两个h文件-Redraw the table control, with a color background 3d effect, the main four documents, two cpp, h files two
CPP
- Drag and Drop Listbox Items Without OLE - 不使用 OLE 直接拖放 ListBox Items-Drag and Drop Listbox Items Without OLE- do not use OLE drag and drop ListBox Items
TestSortCtrlList
- 修改了SortListCtrl.cpp类的部分代码,使得该类能够完全像CListCtrl那样操作并具有对小数、整数、字符等自动排序功能,原先 CListCtrl没有的排序功能只要替换为该类即可拥有,其它接口保持不变。该工程完整演示了列表的插入及排序操作。-this is a soure for list by order automatic.