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

资源简介

C++实战源码-通过DrawIcon实现图标动画(入门级实例553).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ImageACT.h“
#include “ImageACTDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CImageACTApp

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

/////////////////////////////////////////////////////////////////////////////
// CImageACTApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CImageACTApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3262  2006-11-06 15:26  ImageACT\1.ico
     文件        3262  2006-11-06 15:26  ImageACT\2.ico
     文件        1066  2010-12-04 14:27  ImageACT\ImageACT.clw
     文件        2091  2006-10-26 18:17  ImageACT\ImageACT.cpp
     文件        4311  2006-10-26 19:01  ImageACT\ImageACT.dsp
     文件         541  2006-10-26 18:17  ImageACT\ImageACT.dsw
     文件        1346  2006-10-26 18:17  ImageACT\ImageACT.h
     文件        5313  2010-12-04 14:23  ImageACT\ImageACT.rc
     文件        4597  2010-09-27 20:16  ImageACT\ImageACTDlg.cpp
     文件        1416  2010-09-27 20:13  ImageACT\ImageACTDlg.h
     文件         776  2006-10-26 18:47  ImageACT\resource.h
     文件         210  2006-10-26 18:17  ImageACT\StdAfx.cpp
     文件        1054  2006-10-26 18:17  ImageACT\StdAfx.h
     文件        5694  2005-10-08 16:28  ImageACT\res\ImageACT.ico
     文件         400  2006-10-26 18:17  ImageACT\res\ImageACT.rc2

评论

共有 条评论