-
大小: 0.01M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標(biāo)簽:
資源簡介
C++實(shí)戰(zhàn)源碼-打開對(duì)話框(入門級(jí)實(shí)例240).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;
//////////////////
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????1044??2010-10-26?18:35??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
?????文件????????4661??2010-06-09?13:06??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
評(píng)論
共有 條評(píng)論