資源簡介
C++實戰源碼-新型打開對話框(入門級實例243).zip
代碼片段和文件信息
//?Open.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Open.h“
#include?“OpenDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?COpenApp
BEGIN_MESSAGE_MAP(COpenApp?CWinApp)
//{{AFX_MSG_MAP(COpenApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?COpenApp?construction
COpenApp::COpenApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?COpenApp?object
COpenApp?theApp;
//////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1044??2010-10-26?18:38??OpenDialog\Open.clw
?????文件????????2035??2007-08-21?15:44??OpenDialog\Open.cpp
?????文件????????4123??2007-08-21?15:44??OpenDialog\Open.dsp
?????文件?????????531??2007-08-21?15:44??OpenDialog\Open.dsw
?????文件????????1302??2007-08-21?15:44??OpenDialog\Open.h
?????文件????????5262??2007-08-21?15:44??OpenDialog\Open.rc
?????文件????????5127??2010-06-09?14:30??OpenDialog\OpenDlg.cpp
?????文件????????1309??2007-08-21?15:44??OpenDialog\OpenDlg.h
?????文件?????????728??2007-08-21?15:44??OpenDialog\resource.h
?????文件?????????206??2007-08-21?15:44??OpenDialog\StdAfx.cpp
?????文件????????1054??2007-08-21?15:44??OpenDialog\StdAfx.h
?????文件????????1078??2007-08-21?15:44??OpenDialog\res\Open.ico
?????文件?????????396??2007-08-21?15:44??OpenDialog\res\Open.rc2
- 上一篇:C++實戰源碼-橢圓形窗體
- 下一篇:C++實戰源碼-限制窗體的大小
評論
共有 條評論