• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: 其他
  • 标签: 其他  

资源简介


自绘list ctrl类,实现列表控件的行高修改,背景颜色的设置,及表头的相关修改,大家可以好好学习下,挺有帮助的

资源截图

代码片段和文件信息

// DemoList.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “DemoList.h“
#include “DemoListDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDemoListApp

BEGIN_MESSAGE_MAP(CDemoListApp CWinApp)
//{{AFX_MSG_MAP(CDemoListApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDemoListApp construction

CDemoListApp::CDemoListApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDemoListApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2009-02-06 16:16  VS2005版本示例

     目录          0  2009-02-06 16:16  VS2005版本示例\DemoList

     文件        889  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList.sln

    ..A..H.     19968  2009-01-16 12:55  VS2005版本示例\DemoList\DemoList.suo

     目录          0  2009-02-06 16:16  VS2005版本示例\DemoList\DemoList

     文件       1675  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\DemoList.cpp

     文件        453  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\DemoList.h

     文件       5100  2009-01-15 14:25  VS2005版本示例\DemoList\DemoList\DemoList.rc

     文件       5747  2009-01-15 11:39  VS2005版本示例\DemoList\DemoList\DemoList.vcproj

     文件       1427  2009-01-16 12:55  VS2005版本示例\DemoList\DemoList\DemoList.vcproj.4437C6B49E6A4C6.Administrator.user

     文件       1427  2009-01-15 23:50  VS2005版本示例\DemoList\DemoList\DemoList.vcproj.C7E6AB63C40D441.Administrator.user

     文件       4864  2009-01-16 10:07  VS2005版本示例\DemoList\DemoList\DemoListDlg.cpp

     文件        647  2009-01-15 14:19  VS2005版本示例\DemoList\DemoList\DemoListDlg.h

     文件       3249  2009-01-16 15:09  VS2005版本示例\DemoList\DemoList\HeaderCtrlCl.cpp

     文件        623  2009-01-15 22:06  VS2005版本示例\DemoList\DemoList\HeaderCtrlCl.h

     文件       8140  2009-01-16 09:59  VS2005版本示例\DemoList\DemoList\ListCtrlCl.cpp

     文件       1880  2009-01-16 09:53  VS2005版本示例\DemoList\DemoList\ListCtrlCl.h

     文件       2781  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\ReadMe.txt

     文件        680  2009-01-15 11:30  VS2005版本示例\DemoList\DemoList\Resource.h

     文件        139  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\stdafx.cpp

     文件       2489  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\stdafx.h

     目录          0  2009-02-06 16:16  VS2005版本示例\DemoList\DemoList\res

     文件      21630  2005-12-08 14:56  VS2005版本示例\DemoList\DemoList\res\DemoList.ico

     文件        364  2009-01-15 11:28  VS2005版本示例\DemoList\DemoList\res\DemoList.rc2

     目录          0  2009-02-06 16:16  重用类

     文件       3249  2009-01-16 15:09  重用类\HeaderCtrlCl.cpp

     文件        623  2009-01-15 22:06  重用类\HeaderCtrlCl.h

     文件       8140  2009-01-16 09:59  重用类\ListCtrlCl.cpp

     文件       1880  2009-01-16 09:53  重用类\ListCtrlCl.h

     目录          0  2009-02-06 16:16  VC6.0版本示例

............此处省略23个文件信息

评论

共有 条评论