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

资源简介

C++ 改变桌面背景颜色(提高篇-实例052).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BackgroundColor.h“
#include “BackgroundColorDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBackgroundColorApp

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

/////////////////////////////////////////////////////////////////////////////
// CBackgroundColorApp construction

CBackg

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35684  2013-10-28 13:18  BackgroundColor.aps
     文件        1157  2013-10-28 13:20  BackgroundColor.clw
     文件        2189  2013-10-28 13:16  BackgroundColor.cpp
     文件        4321  2013-10-28 13:16  BackgroundColor.dsp
     文件         553  2013-10-28 13:16  BackgroundColor.dsw
     文件        1423  2013-10-28 13:16  BackgroundColor.h
     文件       48640  2013-10-28 13:20  BackgroundColor.opt
     文件        5290  2013-10-28 13:18  BackgroundColor.rc
     文件        4566  2013-10-28 13:17  BackgroundColorDlg.cpp
     文件        1475  2013-10-28 13:16  BackgroundColorDlg.h
     文件        3741  2013-10-28 13:16  ReadMe.txt
     文件         693  2013-10-28 13:17  Resource.h
     文件         217  2013-10-28 13:16  StdAfx.cpp
     文件        1054  2013-10-28 13:16  StdAfx.h
     文件        1078  2013-10-28 13:16  res\BackgroundColor.ico
     文件         407  2013-10-28 13:16  res\BackgroundColor.rc2

评论

共有 条评论