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

资源简介

C++实战源码-动态改变标题栏图标(入门级实例266).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ModifyIcon.h“
#include “ModifyIconDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CModifyIconApp

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

/////////////////////////////////////////////////////////////////////////////
// CModifyIconApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         766  2010-06-19 11:40  ModifyIcon\graph.ico
     文件        1101  2010-10-26 18:52  ModifyIcon\ModifyIcon.clw
     文件        2119  2010-06-19 11:17  ModifyIcon\ModifyIcon.cpp
     文件        4293  2010-06-19 11:41  ModifyIcon\ModifyIcon.dsp
     文件         545  2010-06-19 11:42  ModifyIcon\ModifyIcon.dsw
     文件        1368  2010-06-19 11:17  ModifyIcon\ModifyIcon.h
     文件        5308  2010-06-19 11:40  ModifyIcon\ModifyIcon.rc
     文件        4394  2010-06-20 10:49  ModifyIcon\ModifyIconDlg.cpp
     文件        1415  2010-06-19 11:50  ModifyIcon\ModifyIconDlg.h
     文件         687  2010-06-19 11:39  ModifyIcon\resource.h
     文件         212  2010-06-19 11:17  ModifyIcon\StdAfx.cpp
     文件        1054  2010-06-19 11:17  ModifyIcon\StdAfx.h
     文件        1078  2010-06-19 11:17  ModifyIcon\res\ModifyIcon.ico
     文件         402  2010-06-19 11:17  ModifyIcon\res\ModifyIcon.rc2

评论

共有 条评论