資源簡介
C++實戰源碼-隨機更換背景的窗體(入門級實例252).zip
代碼片段和文件信息
//?RandBK.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RandBK.h“
#include?“RandBKDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRandBKApp
BEGIN_MESSAGE_MAP(CRandBKApp?CWinApp)
//{{AFX_MSG_MAP(CRandBKApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRandBKApp?construction
CRandBKApp::CRandBKApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CRandBKApp?object
CRandBKApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1040??2010-10-26?18:44??RandBK\RandBK.clw
?????文件????????2063??2007-08-21?15:44??RandBK\RandBK.cpp
?????文件????????4218??2007-08-21?15:44??RandBK\RandBK.dsp
?????文件?????????535??2007-08-21?15:44??RandBK\RandBK.dsw
?????文件????????1324??2007-08-21?15:44??RandBK\RandBK.h
?????文件????????5524??2007-08-21?15:44??RandBK\RandBK.rc
?????文件????????4344??2010-06-11?10:44??RandBK\RandBKDlg.cpp
?????文件????????1308??2007-08-21?15:44??RandBK\RandBKDlg.h
?????文件?????????864??2007-08-21?15:44??RandBK\resource.h
?????文件?????????208??2007-08-21?15:44??RandBK\StdAfx.cpp
?????文件????????1054??2007-08-21?15:44??RandBK\StdAfx.h
?????文件??????372576??2007-08-21?15:44??RandBK\res\c.bmp
?????文件????????1078??2007-08-21?15:44??RandBK\res\RandBK.ico
?????文件?????????398??2007-08-21?15:44??RandBK\res\RandBK.rc2
?????文件??????372576??2007-08-21?15:44??RandBK\res\傘.bmp
?????文件??????372576??2007-08-21?15:44??RandBK\res\汽球.bmp
?????文件??????372576??2007-08-21?15:44??RandBK\res\花.bmp
- 上一篇:C++實戰源碼-熱點效果的圖像切換
- 下一篇:C++實戰源碼-半透明顯示窗體
評論
共有 條評論