資源簡介
C++實戰源碼-左側引航條菜單(入門級實例363).zip
代碼片段和文件信息
//?CustomPopMenu.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CustomPopMenu.h“
#include?“CustomPopMenuDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCustomPopMenuApp
BEGIN_MESSAGE_MAP(CCustomPopMenuApp?CWinApp)
//{{AFX_MSG_MAP(CCustomPopMenuApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCustomPopMenuApp?construction
CCustomPopMenuApp::CCustomPopMenuApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
///////////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1419??2010-10-27?14:07??CustomPopMenu\CustomPopMenu.clw
?????文件????????2161??2007-05-08?08:47??CustomPopMenu\CustomPopMenu.cpp
?????文件????????4679??2010-07-09?08:55??CustomPopMenu\CustomPopMenu.dsp
?????文件?????????551??2007-05-08?08:47??CustomPopMenu\CustomPopMenu.dsw
?????文件????????1401??2007-05-08?08:47??CustomPopMenu\CustomPopMenu.h
?????文件????????6123??2010-07-09?08:55??CustomPopMenu\CustomPopMenu.rc
?????文件????????5311??2007-05-08?08:47??CustomPopMenu\CustomPopMenuDlg.cpp
?????文件????????1753??2007-05-08?08:47??CustomPopMenu\CustomPopMenuDlg.h
?????文件????????6320??2010-06-22?11:46??CustomPopMenu\IconMenu1.cpp
?????文件????????1796??2007-05-08?08:47??CustomPopMenu\IconMenu1.h
?????文件????????1199??2010-07-09?08:55??CustomPopMenu\resource.h
?????文件?????????215??2007-05-08?08:47??CustomPopMenu\StdAfx.cpp
?????文件????????1054??2007-05-08?08:47??CustomPopMenu\StdAfx.h
?????文件??????264056??2010-07-09?08:55??CustomPopMenu\res\BackGround.bmp
?????文件????????1078??2007-05-08?08:47??CustomPopMenu\res\CustomPopMenu.ico
?????文件?????????405??2007-05-08?08:47??CustomPopMenu\res\CustomPopMenu.rc2
?????文件????????1654??2007-05-08?08:47??CustomPopMenu\res\ITEM.bmp
?????文件????????1654??2007-05-08?08:47??CustomPopMenu\res\LEFT.bmp
- 上一篇:C++實戰源碼-圖像的合成
- 下一篇:C++實戰源碼-根據xm
l文件創建菜單
評論
共有 條評論