资源简介
本资源中提供了CListCtrlEx的CPP与H文件与一个Demo示例,CListCtrlEx继承自CListCtrl,可以让您很方便的操作listCtrl控件。此类最初来源于网络,本人在其上进行加工整理,添加了一些新功能,优化了一些细节代码,同时使该类可用于VS的平台,同时支持Unicode。目前包括的功能有:可指定任意行、任意列、任意单元中设置其他控件,如Edit、Combo等;可指定任意单元格颜色(不需要再在CustomDraw里来实现);可让控件失去焦点后仍高亮显示;可以按任意列进行排列列表等。本人在网上找过很多此控件的资源,这个可以说是最好的一个,绝对值得收藏使用!!
代码片段和文件信息
// CListCtrlExDemo.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CListCtrlExDemo.h“
#include “CListCtrlExDemoDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CCListCtrlExDemoApp
BEGIN_MESSAGE_MAP(CCListCtrlExDemoApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CCListCtrlExDemoApp construction
CCListCtrlExDemoApp::CCListCtrlExDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
// The one and only CCListCtrlExDemoApp object
CCListCtrlExDemoApp theApp;
// CCListCtrlExDemoApp initialization
BOOL CCListCtrlExDemoApp::InitInstance()
{
// InitCommonControlsEx() is required on Windows XP if an application
// manifest specifies use of ComCtl32.dll version 6 or later to enable
// visual styles. Otherwise any window creation will fail.
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// Set this to include all the common control classes you want to use
// in your application.
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need
// Change the registry key under which our settings are stored
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
CCListCtrlExDemoDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4183 2009-02-22 17:50 CListCtrlEx\Demo\ReadMe.txt
文件 5626 2009-02-22 18:14 CListCtrlEx\Demo\Debug\BuildLog.htm
文件 6478 2009-02-22 18:29 CListCtrlEx\Demo\Release\BuildLog.htm
文件 558 2009-02-22 17:50 CListCtrlEx\Demo\CListCtrlExDemo.h
文件 1210 2009-02-22 18:05 CListCtrlEx\Demo\CListCtrlExDemoDlg.h
文件 461 2009-02-22 18:02 CListCtrlEx\Demo\DlgColor.h
文件 7842 2015-07-16 22:57 CListCtrlEx\Demo\ListCtrlEx.h
文件 7842 2015-07-16 22:57 CListCtrlEx\ListCtrlEx\ListCtrlEx.h
文件 588 2008-06-12 13:48 CListCtrlEx\Demo\MsgHook.h
文件 588 2008-06-12 13:48 CListCtrlEx\ListCtrlEx\MsgHook.h
文件 1054 2009-02-22 18:31 CListCtrlEx\Demo\Resource.h
文件 2864 2009-02-22 17:50 CListCtrlEx\Demo\stdafx.h
文件 2201 2009-02-22 17:50 CListCtrlEx\Demo\CListCtrlExDemo.cpp
文件 7949 2009-02-22 18:29 CListCtrlEx\Demo\CListCtrlExDemoDlg.cpp
文件 1053 2009-02-22 18:02 CListCtrlEx\Demo\DlgColor.cpp
文件 30487 2015-07-20 22:37 CListCtrlEx\Demo\ListCtrlEx.cpp
文件 30487 2015-07-20 22:37 CListCtrlEx\ListCtrlEx\ListCtrlEx.cpp
文件 4768 2008-07-15 14:10 CListCtrlEx\Demo\MsgHook.cpp
文件 4768 2008-07-15 14:10 CListCtrlEx\ListCtrlEx\MsgHook.cpp
文件 215 2009-02-22 17:50 CListCtrlEx\Demo\stdafx.cpp
文件 73728 2009-02-22 18:29 CListCtrlEx\Demo\CListCtrlExDemo.exe
文件 59796 2009-02-22 18:31 CListCtrlEx\Demo\CListCtrlExDemo.aps
文件 21630 2005-12-08 14:56 CListCtrlEx\Demo\res\CListCtrlExDemo.ico
文件 6656 2009-02-22 18:31 CListCtrlEx\Demo\CListCtrlExDemo.rc
文件 406 2009-02-22 17:50 CListCtrlEx\Demo\res\CListCtrlExDemo.rc2
文件 894 2009-02-22 17:50 CListCtrlEx\Demo\CListCtrlExDemo.sln
..A..H. 40350 2009-02-22 18:31 CListCtrlEx\Demo\CListCtrlExDemo.suo
文件 1417 2009-02-22 18:31 CListCtrlEx\Demo\CListCtrlExDemo.vcproj.DENNISCHEN.User.user
文件 5860 2009-02-22 17:59 CListCtrlEx\Demo\CListCtrlExDemo.vcproj
目录 0 2009-02-22 17:54 CListCtrlEx\Demo\Debug
............此处省略8个文件信息
- 上一篇:算法与数据结构_C语言版_答案(1-8章)
- 下一篇:物质扩散算法
相关资源
- Horiba MFC数字通信协议
- MFC CheckBox 自绘实现
- mfcc源代码
- MFCC的详细介绍PPT
- 基于MFC的串口编程,实现两个计算机
- SMTP客户端程序(mfc实现)
- DES五种加密模式(MFC实现) 源码
- 画图程序最新版 MFC/VC/VC++ 很多功能哦
- C++课设MFC实现人员信息管理系统
- MFC人事管理系统工程文件
- 仿雷电射击游戏基于VC++MFC
- MFC连接SqlServer数据库,并将查询的数
- Mysql数据库语句、增删该查总结及MF
- dirent.h文件,vs2010、vs2013等MFC框架常用
- 吕鑫老师VS2015MFC视频
- MFC UI控件布局 自动调整
- 仿QQ MFC 程序
- CvImgCtrl 演示程序
- 五子棋MFC源码及注释.
- C++实现的FTP服务器
- MFC创建用户界面线程方法2
- mfc一个简单绘图应用程序实现多种功
- c++/MFC CSocket仿QQ聊天软件,实现1对1聊
- C++与MFC工资管理系统包括论文
- COleRichEditCtrl
- MFC电梯仿真模拟源码超酷
- MFC设置静态文本框颜色的类
- MFC按钮美化
- 一款用mfc做的简单的聊天室
- 使用VS2008MFC读取Excel里的数据
评论
共有 条评论