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

资源简介

C++实战源码-屏保方式浏览图片(入门级实例528).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Screensavealbum.h“
#include “ScreensavealbumDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CScreensavealbumApp

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

/////////////////////////////////////////////////////////////////////////////
// CScreensavealbumApp construction

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

/////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         782  2007-05-08 08:48  Screensavealbum\resource.h
     文件        1143  2010-07-13 19:14  Screensavealbum\Screensavealbum.clw
     文件        2189  2007-05-08 08:48  Screensavealbum\Screensavealbum.cpp
     文件        4507  2007-05-08 08:48  Screensavealbum\Screensavealbum.dsp
     文件         555  2007-05-08 08:48  Screensavealbum\Screensavealbum.dsw
     文件        1423  2007-05-08 08:48  Screensavealbum\Screensavealbum.h
     文件        5448  2007-05-08 08:48  Screensavealbum\Screensavealbum.rc
     文件        6504  2010-07-13 19:11  Screensavealbum\ScreensavealbumDlg.cpp
     文件        1987  2007-05-08 08:48  Screensavealbum\ScreensavealbumDlg.h
     文件         217  2007-05-08 08:48  Screensavealbum\StdAfx.cpp
     文件        1054  2007-05-08 08:48  Screensavealbum\StdAfx.h
     文件      356456  2007-05-08 08:48  Screensavealbum\pic\1.bmp
     文件      356456  2007-05-08 08:48  Screensavealbum\pic\2.bmp
     文件      356456  2007-05-08 08:48  Screensavealbum\pic\3.bmp
     文件        1078  2007-05-08 08:48  Screensavealbum\res\Screensavealbum.ico
     文件         407  2007-05-08 08:48  Screensavealbum\res\Screensavealbum.rc2

评论

共有 条评论