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

资源简介

C++ 提取并保存应用程序图标(提高篇-实例037).zip

资源截图

代码片段和文件信息

// CustomStatic.cpp : implementation file
//

#include “stdafx.h“
#include “FetchAndSaveIcon.h“
#include “CustomStatic.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCustomStatic

CCustomStatic::CCustomStatic()
{
}

CCustomStatic::~CCustomStatic()
{
}


BEGIN_MESSAGE_MAP(CCustomStatic CStatic)
//{{AFX_MSG_MAP(CCustomStatic)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CCustomStatic message handlers

void CCustomStatic::Serialize(CArchive& ar) 
{
if (ar.IsStoring())
{
//
// storing code
}
else
{ // loading code
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         855  2007-08-21 15:45  CustomStatic.cpp
     文件        1232  2007-08-21 15:45  CustomStatic.h
     文件       27220  2013-10-26 15:50  FetchAndSaveIcon.aps
     文件        1588  2013-10-26 15:59  FetchAndSaveIcon.clw
     文件        2231  2007-08-21 15:45  FetchAndSaveIcon.cpp
     文件        4603  2007-08-21 15:45  FetchAndSaveIcon.dsp
     文件         557  2007-08-21 15:45  FetchAndSaveIcon.dsw
     文件        1434  2007-08-21 15:45  FetchAndSaveIcon.h
     文件      291328  2013-10-26 16:05  FetchAndSaveIcon.opt
     文件        5696  2007-08-21 15:45  FetchAndSaveIcon.rc
     文件        8648  2007-08-21 15:45  FetchAndSaveIconDlg.cpp
     文件        3310  2007-08-21 15:45  FetchAndSaveIconDlg.h
     文件        3759  2007-08-21 15:45  ReadMe.txt
     文件         968  2007-08-21 15:45  resource.h
     文件         218  2007-08-21 15:45  StdAfx.cpp
     文件        1054  2007-08-21 15:45  StdAfx.h
     文件        2238  2007-08-21 15:45  res\10.ico
     文件        5694  2007-08-21 15:45  res\110.ico
     文件        1078  2007-08-21 15:45  res\FetchAndSaveIcon.ico
     文件         408  2007-08-21 15:45  res\FetchAndSaveIcon.rc2

评论

共有 条评论