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

资源简介

C++ 创建闪屏线程(提高篇-实例168).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SplashScreen.h“
#include “SplashScreenDlg.h“
#include “SplashWnd.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSplashScreenApp

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

/////////////////////////////////////////////////////////////////////////////
// CSplashScreenApp construction

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

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      372576  2007-08-21 15:46  mr.bmp
     文件        3687  2007-08-21 15:46  ReadMe.txt
     文件         546  2007-08-21 15:46  Resource.h
     文件       25184  2013-12-19 15:23  SplashScreen.aps
     文件        1424  2013-12-19 15:39  SplashScreen.clw
     文件        2450  2007-08-21 15:46  SplashScreen.cpp
     文件        4394  2007-08-21 15:46  SplashScreen.dsp
     文件         549  2007-08-21 15:46  SplashScreen.dsw
     文件        1390  2007-08-21 15:46  SplashScreen.h
     文件      291328  2013-12-19 15:39  SplashScreen.opt
     文件        5166  2007-08-21 15:46  SplashScreen.rc
     文件        4212  2007-08-21 15:46  SplashScreenDlg.cpp
     文件        1408  2007-08-21 15:46  SplashScreenDlg.h
     文件        2799  2007-08-21 15:46  SplashWnd.cpp
     文件        2192  2007-08-21 15:46  SplashWnd.h
     文件         214  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\SplashScreen.ico
     文件         404  2007-08-21 15:46  res\SplashScreen.rc2

评论

共有 条评论