資源簡介
C++ 屏蔽鍵盤POWER鍵(提高篇-實例179).zip
代碼片段和文件信息
//?ShieldPower.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ShieldPower.h“
#include?“ShieldPowerDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CShieldPowerApp
BEGIN_MESSAGE_MAP(CShieldPowerApp?CWinApp)
//{{AFX_MSG_MAP(CShieldPowerApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CShieldPowerApp?construction
CShieldPowerApp::CShieldPowerApp()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3669??2007-08-21?15:46??ReadMe.txt
?????文件?????????544??2007-08-21?15:46??Resource.h
?????文件???????25236??2013-11-04?16:42??ShieldPower.aps
?????文件????????1079??2013-11-04?16:55??ShieldPower.clw
?????文件????????2133??2007-08-21?15:46??ShieldPower.cpp
?????文件????????4249??2007-08-21?15:46??ShieldPower.dsp
?????文件?????????547??2007-08-21?15:46??ShieldPower.dsw
?????文件????????1379??2007-08-21?15:46??ShieldPower.h
?????文件??????290304??2013-11-04?16:55??ShieldPower.opt
?????文件????????5157??2007-08-21?15:46??ShieldPower.rc
?????文件????????4413??2007-08-21?15:46??ShieldPowerDlg.cpp
?????文件????????1471??2007-08-21?15:46??ShieldPowerDlg.h
?????文件?????????213??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件??????????18??2007-08-21?15:46??程序使用說明.txt
?????文件????????5694??2007-08-21?15:46??res\ShieldPower.ico
?????文件?????????403??2007-08-21?15:46??res\ShieldPower.rc2
- 上一篇:C++ 屏蔽鍵盤WIN鍵
- 下一篇:C++ 進程間內存共享
評論
共有 條評論