資源簡介
C++實戰源碼-使用熱鍵控件(入門級實例348).zip
代碼片段和文件信息
//?HotKey.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“HotKey.h“
#include?“HotKeyDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CHotKeyApp
BEGIN_MESSAGE_MAP(CHotKeyApp?CWinApp)
//{{AFX_MSG_MAP(CHotKeyApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CHotKeyApp?construction
CHotKeyApp::CHotKeyApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CHotKeyApp?object
CHotKeyApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1132??2010-10-27?13:50??HotKey\HotKey.clw
?????文件????????2063??2007-05-18?11:01??HotKey\HotKey.cpp
?????文件????????4298??2010-09-25?15:56??HotKey\HotKey.dsp
?????文件?????????535??2007-05-18?11:01??HotKey\HotKey.dsw
?????文件????????1324??2007-05-18?11:01??HotKey\HotKey.h
?????文件????????5590??2010-09-25?15:53??HotKey\HotKey.rc
?????文件????????4929??2010-09-25?15:53??HotKey\HotKeyDlg.cpp
?????文件????????1443??2010-09-25?15:52??HotKey\HotKeyDlg.h
?????文件?????????866??2010-09-25?15:53??HotKey\resource.h
?????文件?????????208??2007-05-18?11:01??HotKey\StdAfx.cpp
?????文件????????1054??2007-05-18?11:01??HotKey\StdAfx.h
?????文件????????1078??2007-05-18?11:01??HotKey\res\HotKey.ico
?????文件?????????398??2007-05-18?11:01??HotKey\res\HotKey.rc2
?????文件????????8192??2010-12-04?18:52??HotKey\res\Thumbs.db
?????文件????????5390??2010-09-25?15:53??HotKey\res\保存.bmp
?????文件??????235198??2010-09-25?15:51??HotKey\res\屏幕截圖工具.bmp
- 上一篇:C++實戰源碼-設置Word文檔字體
- 下一篇:C++實戰源碼-指定區域繪制圖像
評論
共有 條評論