• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++实战源码-为列表框换装(入门级实例323).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BmpBKList.h“
#include “BmpBKListDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBmpBKListApp

BEGIN_MESSAGE_MAP(CBmpBKListApp CWinApp)
//{{AFX_MSG_MAP(CBmpBKListApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBmpBKListApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBmpBKListAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1229  2010-10-27 13:19  BmpBKList\BmpBKList.clw
     文件        2105  2009-02-26 12:54  BmpBKList\BmpBKList.cpp
     文件        4402  2009-02-26 13:14  BmpBKList\BmpBKList.dsp
     文件         541  2009-02-26 12:54  BmpBKList\BmpBKList.dsw
     文件        1357  2009-02-26 12:54  BmpBKList\BmpBKList.h
     文件        5474  2010-09-27 08:52  BmpBKList\BmpBKList.rc
     文件        4181  2009-03-10 16:06  BmpBKList\BmpBKListDlg.cpp
     文件        1359  2009-03-10 16:02  BmpBKList\BmpBKListDlg.h
     文件        2766  2010-06-23 12:53  BmpBKList\ListBmp.cpp
     文件        1251  2009-03-10 16:02  BmpBKList\ListBmp.h
     文件         778  2009-02-26 13:15  BmpBKList\resource.h
     文件         211  2009-02-26 12:54  BmpBKList\StdAfx.cpp
     文件        1054  2009-02-26 12:54  BmpBKList\StdAfx.h
     文件      218294  2009-02-26 13:00  BmpBKList\res\BK.bmp
     文件        5694  2005-10-08 16:28  BmpBKList\res\BmpBKList.ico
     文件         401  2009-02-26 12:54  BmpBKList\res\BmpBKList.rc2
     文件        8192  2010-06-22 09:35  BmpBKList\res\Thumbs.db

评论

共有 条评论