資源簡介
C++實戰源碼-鼠標右鍵彈出菜單(入門級實例365).zip
代碼片段和文件信息
//?PopupMenu.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“PopupMenu.h“
#include?“PopupMenuDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPopupMenuApp
BEGIN_MESSAGE_MAP(CPopupMenuApp?CWinApp)
//{{AFX_MSG_MAP(CPopupMenuApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CPopupMenuApp?construction
CPopupMenuApp::CPopupMenuApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CPopupMenuAp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1309??2010-10-27?14:08??PopupMenu\PopupMenu.clw
?????文件????????2105??2007-03-29?10:52??PopupMenu\PopupMenu.cpp
?????文件????????4281??2010-07-09?09:06??PopupMenu\PopupMenu.dsp
?????文件?????????541??2007-03-29?10:52??PopupMenu\PopupMenu.dsw
?????文件????????1357??2007-03-29?10:52??PopupMenu\PopupMenu.h
?????文件????????5884??2010-07-09?09:06??PopupMenu\PopupMenu.rc
?????文件????????4604??2010-06-07?11:47??PopupMenu\PopupMenuDlg.cpp
?????文件????????1444??2007-03-29?11:06??PopupMenu\PopupMenuDlg.h
?????文件????????1105??2010-07-09?09:06??PopupMenu\resource.h
?????文件?????????211??2007-03-29?10:52??PopupMenu\StdAfx.cpp
?????文件????????1054??2007-03-29?10:52??PopupMenu\StdAfx.h
?????文件??????264056??2010-07-09?09:06??PopupMenu\res\BackGround.bmp
?????文件????????5694??2005-10-08?16:28??PopupMenu\res\PopupMenu.ico
?????文件?????????401??2007-03-29?10:52??PopupMenu\res\PopupMenu.rc2
- 上一篇:C++實戰源碼-關閉窗體前彈出確認對話框
- 下一篇:C++實戰源碼-多國語言菜單
評論
共有 條評論