資源簡介
C++實戰源碼-根據XML文件創建菜單(入門級實例356).zip
代碼片段和文件信息
//?CreatexmlMenu.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CreatexmlMenu.h“
#include?“CreatexmlMenuDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCreatexmlMenuApp
BEGIN_MESSAGE_MAP(CCreatexmlMenuApp?CWinApp)
//{{AFX_MSG_MAP(CCreatexmlMenuApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCreatexmlMenuApp?construction
CCreatexmlMenuApp::CCreatexmlMenuApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
///////////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1082??2010-10-27?13:58??Createxm
?????文件????????2179??2010-05-31?16:50??Createxm
?????文件????????4353??2010-07-09?09:13??Createxm
?????文件?????????551??2010-05-31?13:13??Createxm
?????文件????????1401??2010-05-31?13:13??Createxm
?????文件????????5378??2010-07-09?09:13??Createxm
?????文件????????5776??2010-06-01?14:42??Createxm
?????文件????????1679??2010-06-01?14:41??Createxm
?????文件?????????657??2010-06-01?14:32??Createxm
?????文件??????148814??2007-05-15?15:43??Createxm
?????文件??????127746??2007-05-15?15:43??Createxm
?????文件?????????690??2010-07-09?09:13??Createxm
?????文件?????????215??2010-05-31?13:13??Createxm
?????文件????????1054??2010-05-31?13:13??Createxm
?????文件??????264056??2010-07-09?09:13??Createxm
?????文件????????5694??2005-10-08?16:28??Createxm
?????文件?????????405??2010-05-31?13:13??Createxm
- 上一篇:C++實戰源碼-左側引航條菜單
- 下一篇:C++實戰源碼-位圖背景窗體
評論
共有 條評論