資源簡介
C++ 創(chuàng)建閃屏線程(提高篇-實例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
- 上一篇:C++ 使用C庫函數(shù)寫入文件
- 下一篇:C++ 文件分割器
評論
共有 條評論