-
大小: 0.22M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-01
- 標(biāo)簽:
資源簡(jiǎn)介
C++實(shí)戰(zhàn)源碼-左側(cè)引航條菜單(入門級(jí)實(shí)例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
}
///////////////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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
評(píng)論
共有 條評(píng)論