資源簡介
一個使用C++在VS2005MFC下實現的按鍵精靈源代碼,主要通過輸入腳本實現,以適應不同的功能需求。
代碼片段和文件信息
//?腳本命令.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“buttonKey.h“
#include?“buttonKeyDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMyApp
BEGIN_MESSAGE_MAP(CMyApp?CWinApp)
//{{AFX_MSG_MAP(CMyApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMyApp?construction
CMyApp::CMyApp()
{
//?TODO:?add?construction?code?here
//?Place?all?signifi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2027??2013-10-18?10:30??按鍵精靈C++源碼\buttonKey.cpp
?????文件???????1292??2010-10-26?11:49??按鍵精靈C++源碼\buttonKey.h
?????文件???????5680??2013-10-18?10:31??按鍵精靈C++源碼\buttonKey.rc
?????文件????????882??2013-10-18?10:40??按鍵精靈C++源碼\buttonKey.sln
?????文件???????7350??2013-10-18?10:38??按鍵精靈C++源碼\buttonKey.vcproj
?????文件???????4636??2013-10-18?10:30??按鍵精靈C++源碼\buttonKeyDlg.cpp
?????文件???????2386??2013-10-18?10:26??按鍵精靈C++源碼\buttonKeyDlg.h
?????文件???????3597??2010-10-26?11:49??按鍵精靈C++源碼\ReadMe.txt
?????文件???????1078??2010-10-26?11:49??按鍵精靈C++源碼\res\buttonKey.ico
?????文件????????400??2010-10-26?11:49??按鍵精靈C++源碼\res\buttonKey.rc2
????..A.SH.??????3072??2013-10-18?10:34??按鍵精靈C++源碼\res\Thumbs.db
?????文件????????778??2010-10-27?18:28??按鍵精靈C++源碼\Resource.h
?????文件????????210??2010-10-26?11:49??按鍵精靈C++源碼\StdAfx.cpp
?????文件???????1054??2010-10-26?11:49??按鍵精靈C++源碼\StdAfx.h
?????目錄??????????0??2013-10-18?10:34??按鍵精靈C++源碼\res
?????目錄??????????0??2013-10-18?10:41??按鍵精靈C++源碼
-----------?---------??----------?-----??----
????????????????34442????????????????????16
評論
共有 條評論