資源簡介
C++實戰源碼-關閉窗體前彈出確認對話框(入門級實例270).zip
代碼片段和文件信息
//?Close.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Close.h“
#include?“CloseDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCloseApp
BEGIN_MESSAGE_MAP(CCloseApp?CWinApp)
//{{AFX_MSG_MAP(CCloseApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCloseApp?construction
CCloseApp::CCloseApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCloseApp?object
CCloseApp?theApp;
///////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1020??2010-10-26?19:01??Close\Close.clw
?????文件????????2049??2007-08-21?15:44??Close\Close.cpp
?????文件????????4141??2007-08-21?15:44??Close\Close.dsp
?????文件?????????533??2007-08-21?15:44??Close\Close.dsw
?????文件????????1313??2007-08-21?15:44??Close\Close.h
?????文件????????5147??2007-08-21?15:44??Close\Close.rc
?????文件????????4284??2007-08-21?15:44??Close\CloseDlg.cpp
?????文件????????1358??2007-08-21?15:44??Close\CloseDlg.h
?????文件?????????532??2007-08-21?15:44??Close\Resource.h
?????文件?????????207??2007-08-21?15:44??Close\StdAfx.cpp
?????文件????????1054??2007-08-21?15:44??Close\StdAfx.h
?????文件????????1078??2007-08-21?15:44??Close\res\Close.ico
?????文件?????????397??2007-08-21?15:44??Close\res\Close.rc2
- 上一篇:C++實戰源碼-帶背景的工具欄
- 下一篇:C++實戰源碼-鼠標右鍵彈出菜單
評論
共有 條評論