資源簡介
C++實戰源碼-通過Image控件實現動畫(入門級實例552).zip
代碼片段和文件信息
//?ImageACT.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ImageACT.h“
#include?“ImageACTDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CImageACTApp
BEGIN_MESSAGE_MAP(CImageACTApp?CWinApp)
//{{AFX_MSG_MAP(CImageACTApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CImageACTApp?construction
CImageACTApp::CImageACTApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CImageACTApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3262??2006-11-06?15:26??ImageACT\1.ico
?????文件????????3262??2006-11-06?15:26??ImageACT\2.ico
?????文件????????1066??2010-10-28?14:33??ImageACT\ImageACT.clw
?????文件????????2091??2006-10-26?18:17??ImageACT\ImageACT.cpp
?????文件????????4311??2006-10-26?19:01??ImageACT\ImageACT.dsp
?????文件?????????541??2006-10-26?18:17??ImageACT\ImageACT.dsw
?????文件????????1346??2006-10-26?18:17??ImageACT\ImageACT.h
?????文件????????5287??2007-05-30?09:49??ImageACT\ImageACT.rc
?????文件????????4463??2007-05-30?09:48??ImageACT\ImageACTDlg.cpp
?????文件????????1411??2006-10-26?18:50??ImageACT\ImageACTDlg.h
?????文件?????????776??2006-10-26?18:47??ImageACT\resource.h
?????文件?????????210??2006-10-26?18:17??ImageACT\StdAfx.cpp
?????文件????????1054??2006-10-26?18:17??ImageACT\StdAfx.h
?????文件????????5694??2005-10-08?16:28??ImageACT\res\ImageACT.ico
?????文件?????????400??2006-10-26?18:17??ImageACT\res\ImageACT.rc2
- 上一篇:C++實戰源碼-控制音量
- 下一篇:C++實戰源碼-模擬時鐘
評論
共有 條評論