实例介绍
MFC 列表控件(ListControl)扩展类集合(10多种),其中有两个功能可以说是扩展到了极致。感兴趣的朋友不妨看看~
【实例截图】
【核心代码】
4744302543017329037.rar
└── list control
├── CheckLCDemo(一般般)
│ ├── CheckHeadCtrl.cpp
│ ├── CheckHeadCtrl.h
│ ├── CheckLCDemo.aps
│ ├── CheckLCDemo.clw
│ ├── CheckLCDemo.cpp
│ ├── CheckLCDemo.dep
│ ├── CheckLCDemoDlg.cpp
│ ├── CheckLCDemoDlg.h
│ ├── CheckLCDemo.dsp
│ ├── CheckLCDemo.dsw
│ ├── CheckLCDemo.h
│ ├── CheckLCDemo.mak
│ ├── CheckLCDemo.ncb
│ ├── CheckLCDemo.opt
│ ├── CheckLCDemo.plg
│ ├── CheckLCDemo.rc
│ ├── CheckListCtrl.cpp
│ ├── CheckListCtrl.h
│ ├── Debug
│ ├── ReadMe.txt
│ ├── res
│ │ ├── checkboxes.bmp
│ │ ├── CheckLCDemo.ico
│ │ └── CheckLCDemo.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── CReportCtrl_Demo(强大)
│ ├── Dialog_Based
│ │ ├── Debug
│ │ ├── PopupMenu.cpp
│ │ ├── PopupMenu.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── ReportCtrlDemo.exe
│ │ ├── ReportCtrl.cpp
│ │ ├── ReportCtrlDemo.aps
│ │ ├── ReportCtrlDemo.clw
│ │ ├── ReportCtrlDemo.cpp
│ │ ├── ReportCtrlDemoDlg.cpp
│ │ ├── ReportCtrlDemoDlg.h
│ │ ├── ReportCtrlDemo.dsp
│ │ ├── ReportCtrlDemo.dsw
│ │ ├── ReportCtrlDemo.h
│ │ ├── ReportCtrlDemo.ncb
│ │ ├── ReportCtrlDemo.opt
│ │ ├── ReportCtrlDemo.plg
│ │ ├── ReportCtrlDemo.rc
│ │ ├── ReportCtrl.h
│ │ ├── res
│ │ │ ├── bitmap1.bmp
│ │ │ ├── bitmap2.bmp
│ │ │ ├── ReportCtrlDemo.ico
│ │ │ └── ReportCtrlDemo.rc2
│ │ ├── Resource.h
│ │ ├── StatesDlg.cpp
│ │ ├── StatesDlg.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── ListView
│ │ ├── Debug
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ │ └── ReportCtrlDemo.exe
│ │ ├── ReportCtrl.cpp
│ │ ├── ReportCtrlDemo.clw
│ │ ├── ReportCtrlDemo.cpp
│ │ ├── ReportCtrlDemoDoc.cpp
│ │ ├── ReportCtrlDemoDoc.h
│ │ ├── ReportCtrlDemo.dsp
│ │ ├── ReportCtrlDemo.dsw
│ │ ├── ReportCtrlDemo.h
│ │ ├── ReportCtrlDemo.ncb
│ │ ├── ReportCtrlDemo.opt
│ │ ├── ReportCtrlDemo.plg
│ │ ├── ReportCtrlDemo.rc
│ │ ├── ReportCtrlDemoView.cpp
│ │ ├── ReportCtrlDemoView.h
│ │ ├── ReportCtrl.h
│ │ ├── res
│ │ │ ├── bitmap1.bmp
│ │ │ ├── bitmap2.bmp
│ │ │ ├── ReportCtrlDemoDoc.ico
│ │ │ ├── ReportCtrlDemo.ico
│ │ │ ├── ReportCtrlDemo.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ └── RCSeparator
│ ├── RCSeparator.clw
│ ├── RCSeparator.cpp
│ ├── RCSeparatorDlg.cpp
│ ├── RCSeparatorDlg.h
│ ├── RCSeparator.dsp
│ ├── RCSeparator.dsw
│ ├── RCSeparator.h
│ ├── RCSeparator.rc
│ ├── ReadMe.txt
│ ├── Release
│ │ └── RCSeparator.exe
│ ├── ReportCtrl.cpp
│ ├── ReportCtrl.h
│ ├── res
│ │ ├── RCSeparator.ico
│ │ └── RCSeparator.rc2
│ ├── Resource.h
│ ├── SepDlg.cpp
│ ├── SepDlg.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── CustomizedReportListCtrl(还可以)
│ └── ListCtrl
│ ├── ComboListCtrl.cpp
│ ├── ComboListCtrl.h
│ ├── Debug
│ ├── InPlaceCombo.cpp
│ ├── InPlaceCombo.h
│ ├── InPlaceEdit.cpp
│ ├── InPlaceEdit.h
│ ├── ListCtrl.cpp
│ ├── ListCtrlDlg.cpp
│ ├── ListCtrlDlg.h
│ ├── ListCtrl.dsp
│ ├── ListCtrl.dsw
│ ├── ListCtrl.h
│ ├── ListCtrl.ncb
│ ├── ListCtrl.opt
│ ├── ListCtrl.plg
│ ├── ListCtrl.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── icon1.ico
│ │ ├── ListCtrl.ico
│ │ └── ListCtrl.rc2
│ ├── resource.h
│ ├── resource.hm
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── Editing_SubItems_in_ListControl(无扩展)
│ ├── Debug
│ ├── MultipleColumns.aps
│ ├── MultipleColumns.clw
│ ├── MultipleColumns.cpp
│ ├── MultipleColumnsDlg.cpp
│ ├── MultipleColumnsDlg.h
│ ├── MultipleColumns.dsp
│ ├── MultipleColumns.dsw
│ ├── MultipleColumns.h
│ ├── MultipleColumns.ncb
│ ├── MultipleColumns.opt
│ ├── MultipleColumns.plg
│ ├── MultipleColumns.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DateVldnSample.ico
│ │ ├── MultipleColumns.ico
│ │ └── MultipleColumns.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── HighlightListCtrl(无扩展)
│ ├── Debug
│ ├── HighlightListCtrl.aps
│ ├── HighlightListCtrl.clw
│ ├── HighlightListCtrl.cpp
│ ├── HighlightListCtrlDlg.cpp
│ ├── HighlightListCtrlDlg.h
│ ├── HighlightListCtrl.dsp
│ ├── HighlightListCtrl.dsw
│ ├── HighlightListCtrl.h
│ ├── HighlightListCtrl.ncb
│ ├── HighlightListCtrl.opt
│ ├── HighlightListCtrl.plg
│ ├── HighlightListCtrl.rc
│ ├── ReadMe.txt
│ ├── Release
│ ├── res
│ │ ├── HighlightListCtrl.ico
│ │ └── HighlightListCtrl.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── other
│ ├── comboxList
│ │ ├── ComboBoxExt.cpp
│ │ ├── ComboBoxExt.h
│ │ ├── CustomListControl.cpp
│ │ ├── CustomListControlDlg.cpp
│ │ ├── CustomListControlDlg.h
│ │ ├── CustomListControl.dsp
│ │ ├── CustomListControl.dsw
│ │ ├── CustomListControl.exe
│ │ ├── CustomListControl.h
│ │ ├── CustomListControl.ncb
│ │ ├── CustomListControl.opt
│ │ ├── CustomListControl.plg
│ │ ├── CustomListControl.rc
│ │ ├── CustomListControl.vcproj
│ │ ├── EditEx.cpp
│ │ ├── EditEx.h
│ │ ├── ListCtrlCommon.h
│ │ ├── ListCtrlEx.cpp
│ │ ├── ListCtrlEx.h
│ │ ├── ReadMe.txt
│ │ ├── Release
│ │ ├── res
│ │ │ ├── CustomListControl.ico
│ │ │ ├── CustomListControl.manifest
│ │ │ └── CustomListControl.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ └── Thumbnail_demo
│ ├── ImageArea.cpp
│ ├── ImageArea.h
│ ├── PathDialog.cpp
│ ├── PathDialog.h
│ ├── ReadMe.txt
│ ├── Release
│ ├── res
│ │ ├── thumbnail.ico
│ │ ├── thumbnail.rc2
│ │ └── Thumbs.db
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── thumbnail.clw
│ ├── thumbnail.cpp
│ ├── thumbnailDlg.cpp
│ ├── thumbnailDlg.h
│ ├── thumbnail.dsp
│ ├── thumbnail.dsw
│ ├── thumbnail.h
│ ├── thumbnail.ncb
│ ├── thumbnail.opt
│ ├── thumbnail.plg
│ ├── thumbnail.rc
│ ├── thumbnail.sln
│ └── thumbnail.vcproj
├── PropertyListCtrl(还可以)
│ ├── Debug
│ ├── InPlaceComboBoxImp.cpp
│ ├── InPlaceComboBoxImp.h
│ ├── InPlaceEditImp.cpp
│ ├── InPlaceEditImp.h
│ ├── InPlaceEditPropItemString.cpp
│ ├── InPlaceEditPropItemString.h
│ ├── MyData.cpp
│ ├── MyData.h
│ ├── MyList.h
│ ├── PropertyItem.cpp
│ ├── PropertyItem.h
│ ├── PropertyListCtrlApp.cpp
│ ├── PropertyListCtrlApp.h
│ ├── PropertyListCtrl.aps
│ ├── PropertyListCtrl.cpp
│ ├── PropertyListCtrlDlg.cpp
│ ├── PropertyListCtrlDlg.h
│ ├── PropertyListCtrl.dsp
│ ├── PropertyListCtrl.dsw
│ ├── PropertyListCtrl.exe
│ ├── PropertyListCtrl.h
│ ├── PropertyListCtrl.ncb
│ ├── PropertyListCtrl.opt
│ ├── PropertyListCtrl.plg
│ ├── PropertyListCtrl.rc
│ ├── ReadMe.txt
│ ├── RES
│ │ ├── PropertyListCtrl.ico
│ │ └── PropertyListCtrl.rc2
│ ├── resource.h
│ ├── SmartString.cpp
│ ├── SmartString.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── UserMessageID.h
├── quicklist_demo 1.01(强大)
│ ├── Changes.txt
│ ├── Debug
│ ├── ListColorDialog.cpp
│ ├── ListColorDialog.h
│ ├── MemDC.h
│ ├── MyListCtrl.aps
│ ├── MyListCtrl.cpp
│ ├── MyListCtrlDlg.cpp
│ ├── MyListCtrlDlg.h
│ ├── MyListCtrl.dsp
│ ├── MyListCtrl.dsw
│ ├── mylistctrl.exe.manifest
│ ├── MyListCtrl.h
│ ├── MyListCtrl.ncb
│ ├── MyListCtrl.opt
│ ├── MyListCtrl.plg
│ ├── MyListCtrl.rc
│ ├── QuickEdit.cpp
│ ├── QuickEdit.h
│ ├── QuickList.cpp
│ ├── QuickList.h
│ ├── RandomText.cpp
│ ├── RandomText.h
│ ├── Release
│ │ └── MyListCtrl.exe
│ ├── res
│ │ ├── bitmap1.bmp
│ │ ├── bitmap2.bmp
│ │ ├── MyListCtrl.ico
│ │ └── MyListCtrl.rc2
│ ├── resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── theme.cpp
│ ├── theme.h
│ └── ThemeLib.h
├── RegistryListCtrl(还可以)
│ ├── Debug
│ ├── hexeditbase.cpp
│ ├── hexeditbase.h
│ ├── ReadMe.txt
│ ├── RegCreateNewKeyDialog.cpp
│ ├── RegCreateNewKeyDialog.h
│ ├── RegDlg.cpp
│ ├── RegDlg.h
│ ├── RegEditBinaryDialog.cpp
│ ├── RegEditBinaryDialog.h
│ ├── RegEditDWORDDialog.cpp
│ ├── RegEditDWORDDialog.h
│ ├── RegEditStringDialog.cpp
│ ├── RegEditStringDialog.h
│ ├── RegistryListCtrl.cpp
│ ├── RegistryListCtrl.h
│ ├── RegListView.clw
│ ├── RegListView.cpp
│ ├── RegListView.dsp
│ ├── RegListView.dsw
│ ├── RegListView.h
│ ├── RegListView.ncb
│ ├── RegListView.opt
│ ├── RegListView.plg
│ ├── RegListView.rc
│ ├── Release
│ │ └── RegListView.exe
│ ├── res
│ │ ├── registry.bmp
│ │ ├── RegListView.ico
│ │ └── RegListView.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── SmartListIIDemo
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── MyList.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── SmartListIIDemoDoc.ico
│ │ ├── SmartListIIDemo.ico
│ │ ├── SmartListIIDemo.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── SmartListIIDemo.aps
│ ├── SmartListIIDemo.clw
│ ├── SmartListIIDemo.cpp
│ ├── SmartListIIDemoDoc.cpp
│ ├── SmartListIIDemoDoc.h
│ ├── SmartListIIDemo.dsp
│ ├── SmartListIIDemo.dsw
│ ├── SmartListIIDemo.h
│ ├── SmartListIIDemo.ncb
│ ├── SmartListIIDemo.opt
│ ├── SmartListIIDemo.plg
│ ├── SmartListIIDemo.rc
│ ├── SmartListIIDemoView.cpp
│ ├── SmartListIIDemoView.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── SmartList(不是listControl)
│ └── MyList.h
├── SortListCtrlTest(强大)
│ ├── Debug
│ ├── res
│ │ ├── SortListCtrlTest.ico
│ │ └── SortListCtrlTest.rc2
│ ├── resource.h
│ ├── SortHeaderCtrl.cpp
│ ├── SortHeaderCtrl.h
│ ├── SortListCtrl.cpp
│ ├── SortListCtrl.h
│ ├── SortListCtrlTest.aps
│ ├── SortListCtrlTest.cpp
│ ├── SortListCtrlTestDlg.cpp
│ ├── SortListCtrlTestDlg.h
│ ├── SortListCtrlTest.dsp
│ ├── SortListCtrlTest.dsw
│ ├── SortListCtrlTest.h
│ ├── SortListCtrlTest.ncb
│ ├── SortListCtrlTest.opt
│ ├── SortListCtrlTest.plg
│ ├── SortListCtrlTest.rc
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── SubItemSel_demo(还可以)
│ └── CListCtrlExDemo
│ ├── CListCtrlExDemo.aps
│ ├── CListCtrlExDemo.clw
│ ├── CListCtrlExDemo.cpp
│ ├── CListCtrlExDemoDlg.cpp
│ ├── CListCtrlExDemoDlg.h
│ ├── CListCtrlExDemo.dsp
│ ├── CListCtrlExDemo.dsw
│ ├── CListCtrlExDemo.h
│ ├── CListCtrlExDemo.ncb
│ ├── CListCtrlExDemo.opt
│ ├── CListCtrlExDemo.plg
│ ├── CListCtrlExDemo.rc
│ ├── Debug
│ ├── ListCtrlEx.cpp
│ ├── ListCtrlEx.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CListCtrlExDemo.ico
│ │ └── CListCtrlExDemo.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── XListCtrl(强大)
│ ├── Dialog
│ │ ├── About.cpp
│ │ ├── About.h
│ │ ├── app.manifest
│ │ ├── checkboxes.bmp
│ │ ├── DialogDD.dsp
│ │ ├── DialogDD.plg
│ │ ├── DialogDS.dsp
│ │ ├── DialogSS.dsp
│ │ ├── hans.ico
│ │ ├── InitList.cpp
│ │ ├── Release_Unicode
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── XHyperLink.cpp
│ │ ├── XHyperLink.h
│ │ ├── XListCtrlTest.cpp
│ │ ├── XListCtrlTestDlg.cpp
│ │ ├── XListCtrlTestDlg.h
│ │ ├── XListCtrlTest.h
│ │ └── XListCtrlTest.rc
│ ├── DialogDSRA.exe
│ ├── MDI
│ │ ├── About.cpp
│ │ ├── About.h
│ │ ├── app.manifest
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── Debug
│ │ ├── Doc.cpp
│ │ ├── Doc.h
│ │ ├── Doc.ico
│ │ ├── hans.ico
│ │ ├── InitList.cpp
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MDI.cpp
│ │ ├── MDI.dsp
│ │ ├── MDI.dsw
│ │ ├── MDI.h
│ │ ├── MDI.ncb
│ │ ├── MDI.opt
│ │ ├── MDI.plg
│ │ ├── MDI.rc
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── Toolbar.bmp
│ │ ├── View.cpp
│ │ ├── View.h
│ │ ├── XHyperLink.cpp
│ │ └── XHyperLink.h
│ ├── PropertySheet
│ │ ├── About.cpp
│ │ ├── About.h
│ │ ├── app.manifest
│ │ ├── Dlg.cpp
│ │ ├── Dlg.h
│ │ ├── hans.ico
│ │ ├── InitList.cpp
│ │ ├── MyPropertyPages.cpp
│ │ ├── MyPropertyPages.h
│ │ ├── MyPropertySheet.cpp
│ │ ├── MyPropertySheet.h
│ │ ├── PropertySheet.cpp
│ │ ├── PropertySheet.dsp
│ │ ├── PropertySheet.h
│ │ ├── PropertySheet.rc
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── XHyperLink.cpp
│ │ └── XHyperLink.h
│ ├── XListCtrl
│ │ ├── AdvComboBox.cpp
│ │ ├── AdvComboBox.h
│ │ ├── AdvComboEdit.cpp
│ │ ├── AdvComboEdit.h
│ │ ├── checkboxes.bmp
│ │ ├── DropListBox.cpp
│ │ ├── DropListBox.h
│ │ ├── DropScrollBar.cpp
│ │ ├── DropScrollBar.h
│ │ ├── DropWnd.cpp
│ │ ├── DropWnd.h
│ │ ├── MemDC.h
│ │ ├── SortCStringArray.h
│ │ ├── VisualStylesXP.cpp
│ │ ├── VisualStylesXP.h
│ │ ├── XCombo.cpp
│ │ ├── XCombo.h
│ │ ├── XComboList.cpp
│ │ ├── XComboList.h
│ │ ├── XEdit.cpp
│ │ ├── XEdit.h
│ │ ├── XHeaderCtrl.cpp
│ │ ├── XHeaderCtrl.h
│ │ ├── XListCtrl.cpp
│ │ ├── XListCtrl.h
│ │ └── XTrace.h
│ ├── XListCtrlLib
│ │ ├── Release_Unicode
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── XListCtrlDD.dsp
│ │ ├── XListCtrlDLL.cpp
│ │ ├── XListCtrlDLL.rc
│ │ ├── XListCtrlDS.dsp
│ │ └── XListCtrlSS.dsp
│ ├── XListCtrlTest.dsw
│ ├── XListCtrlTest.ncb
│ └── XListCtrlTest.opt
└── 带进度条的(还可以)
├── ListCtrl_napster
│ ├── Debug
│ ├── ListCtrlEx.cpp
│ ├── ListCtrlEx.h
│ ├── ListCtrlTest.clw
│ ├── ListCtrlTest.cpp
│ ├── ListCtrlTestDlg.cpp
│ ├── ListCtrlTestDlg.h
│ ├── ListCtrlTest.dsp
│ ├── ListCtrlTest.dsw
│ ├── ListCtrlTest.h
│ ├── ListCtrlTest.ncb
│ ├── ListCtrlTest.opt
│ ├── ListCtrlTest.plg
│ ├── ListCtrlTest.rc
│ ├── ReadMe.txt
│ ├── res
│ │ ├── bitmap1.bmp
│ │ ├── list.bmp
│ │ ├── ListCtrlTest.ico
│ │ ├── ListCtrlTest.rc2
│ │ └── Thumbs.db
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── ListCtrl_napster2
├── Debug
├── ListCtrlEx.cpp
├── ListCtrlEx.h
├── ListCtrlTest.clw
├── ListCtrlTest.cpp
├── ListCtrlTestDlg.cpp
├── ListCtrlTestDlg.h
├── ListCtrlTest.dsp
├── ListCtrlTest.dsw
├── ListCtrlTest.h
├── ListCtrlTest.ncb
├── ListCtrlTest.opt
├── ListCtrlTest.plg
├── ListCtrlTest.rc
├── ReadMe.txt
├── res
│ ├── bitmap1.bmp
│ ├── list.bmp
│ ├── ListCtrlTest.ico
│ └── ListCtrlTest.rc2
├── resource.h
├── StdAfx.cpp
└── StdAfx.h
72 directories, 525 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论