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

资源简介

C++实战源码-随机更换背景的窗体(入门级实例252).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RandBK.h“
#include “RandBKDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRandBKApp

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

/////////////////////////////////////////////////////////////////////////////
// CRandBKApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CRandBKApp object

CRandBKApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1040  2010-10-26 18:44  RandBK\RandBK.clw
     文件        2063  2007-08-21 15:44  RandBK\RandBK.cpp
     文件        4218  2007-08-21 15:44  RandBK\RandBK.dsp
     文件         535  2007-08-21 15:44  RandBK\RandBK.dsw
     文件        1324  2007-08-21 15:44  RandBK\RandBK.h
     文件        5524  2007-08-21 15:44  RandBK\RandBK.rc
     文件        4344  2010-06-11 10:44  RandBK\RandBKDlg.cpp
     文件        1308  2007-08-21 15:44  RandBK\RandBKDlg.h
     文件         864  2007-08-21 15:44  RandBK\resource.h
     文件         208  2007-08-21 15:44  RandBK\StdAfx.cpp
     文件        1054  2007-08-21 15:44  RandBK\StdAfx.h
     文件      372576  2007-08-21 15:44  RandBK\res\c.bmp
     文件        1078  2007-08-21 15:44  RandBK\res\RandBK.ico
     文件         398  2007-08-21 15:44  RandBK\res\RandBK.rc2
     文件      372576  2007-08-21 15:44  RandBK\res\伞.bmp
     文件      372576  2007-08-21 15:44  RandBK\res\汽球.bmp
     文件      372576  2007-08-21 15:44  RandBK\res\花.bmp

评论

共有 条评论