資源簡介
C++ 關閉輸入法(提高篇-實例023).zip
代碼片段和文件信息
//?CloseInput.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CloseInput.h“
#include?“CloseInputDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCloseInputApp
BEGIN_MESSAGE_MAP(CCloseInputApp?CWinApp)
//{{AFX_MSG_MAP(CCloseInputApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCloseInputApp?construction
CCloseInputApp::CCloseInputApp()
{
//?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????35524??2013-10-26?10:00??CloseInput\CloseInput.aps
?????文件????????1080??2013-10-26?10:00??CloseInput\CloseInput.clw
?????文件????????2119??2013-10-26?09:57??CloseInput\CloseInput.cpp
?????文件????????4231??2013-10-26?09:57??CloseInput\CloseInput.dsp
?????文件?????????543??2013-10-26?09:57??CloseInput\CloseInput.dsw
?????文件????????1368??2013-10-26?09:57??CloseInput\CloseInput.h
?????文件???????41984??2013-10-26?10:00??CloseInput\CloseInput.ncb
?????文件???????48640??2013-10-26?10:00??CloseInput\CloseInput.opt
?????文件????????1157??2013-10-26?10:00??CloseInput\CloseInput.plg
?????文件????????5195??2013-10-26?10:00??CloseInput\CloseInput.rc
?????文件????????4472??2013-10-26?10:00??CloseInput\CloseInputDlg.cpp
?????文件????????1417??2013-10-26?09:58??CloseInput\CloseInputDlg.h
?????文件????????3651??2013-10-26?09:57??CloseInput\ReadMe.txt
?????文件?????????688??2013-10-26?09:58??CloseInput\Resource.h
?????文件?????????212??2013-10-26?09:57??CloseInput\StdAfx.cpp
?????文件????????1054??2013-10-26?09:57??CloseInput\StdAfx.h
?????文件??????106566??2013-10-26?10:00??CloseInput\Debug\CloseInput.exe
?????文件??????188928??2013-10-26?10:00??CloseInput\Debug\CloseInput.ilk
?????文件???????13270??2013-10-26?09:58??CloseInput\Debug\CloseInput.obj
?????文件?????5510840??2013-10-26?09:58??CloseInput\Debug\CloseInput.pch
?????文件??????353280??2013-10-26?10:00??CloseInput\Debug\CloseInput.pdb
?????文件????????2492??2013-10-26?10:00??CloseInput\Debug\CloseInput.res
?????文件???????24377??2013-10-26?10:00??CloseInput\Debug\CloseInputDlg.obj
?????文件??????105821??2013-10-26?09:58??CloseInput\Debug\StdAfx.obj
?????文件??????205824??2013-10-26?10:00??CloseInput\Debug\vc60.idb
?????文件??????364544??2013-10-26?10:00??CloseInput\Debug\vc60.pdb
?????文件????????1078??2013-10-26?09:57??CloseInput\res\CloseInput.ico
?????文件?????????402??2013-10-26?09:57??CloseInput\res\CloseInput.rc2
- 上一篇:C++ 模擬鼠標單擊按鈕
- 下一篇:C++ 關閉和打開顯示器
評論
共有 條評論