資源簡介
C++ 獲得鼠標鍵數(shù)(提高篇-實例083).zip
代碼片段和文件信息
//?GetSystemMetrics.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“GetSystemMetrics.h“
#include?“GetSystemMetricsDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGetSystemMetricsApp
BEGIN_MESSAGE_MAP(CGetSystemMetricsApp?CWinApp)
//{{AFX_MSG_MAP(CGetSystemMetricsApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CGetSystemMetricsApp?construction
CGetSystemMetricsApp::CGetSystemMetricsApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20952??2013-10-30?10:56??GetSystemMetrics.aps
?????文件????????1162??2013-10-30?10:56??GetSystemMetrics.clw
?????文件????????2203??2013-10-30?10:36??GetSystemMetrics.cpp
?????文件????????4339??2013-10-30?10:36??GetSystemMetrics.dsp
?????文件?????????555??2013-10-30?10:36??GetSystemMetrics.dsw
?????文件????????1434??2013-10-30?10:36??GetSystemMetrics.h
?????文件???????48640??2013-10-30?10:56??GetSystemMetrics.opt
?????文件????????5288??2013-10-30?10:37??GetSystemMetrics.rc
?????文件????????4537??2013-10-30?10:37??GetSystemMetricsDlg.cpp
?????文件????????1476??2013-10-30?10:36??GetSystemMetricsDlg.h
?????文件????????3759??2013-10-30?10:36??ReadMe.txt
?????文件?????????694??2013-10-30?10:36??Resource.h
?????文件?????????218??2013-10-30?10:36??StdAfx.cpp
?????文件????????1054??2013-10-30?10:36??StdAfx.h
?????文件????????1078??2013-10-30?10:36??res\GetSystemMetrics.ico
?????文件?????????408??2013-10-30?10:36??res\GetSystemMetrics.rc2
- 上一篇:C++ 記錄鼠標行為
- 下一篇:C++ 在程序中添加快捷鍵
評論
共有 條評論