-
大小: 0.13M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 語言: C/C++
- 標(biāo)簽:
資源簡介
C++ 獲取鼠標(biāo)下窗體句柄(提高篇-實例092).zip
代碼片段和文件信息
//?MouseWheel.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“MouseWheel.h“
#include?“MouseWheelDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMouseWheelApp
BEGIN_MESSAGE_MAP(CMouseWheelApp?CWinApp)
//{{AFX_MSG_MAP(CMouseWheelApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMouseWheelApp?construction
CMouseWheelApp::CMouseWheelApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????40232??2013-10-31?08:57??MouseWheel.aps
?????文件????????1175??2013-10-31?09:07??MouseWheel.clw
?????文件????????2119??2007-08-21?15:46??MouseWheel.cpp
?????文件????????4231??2007-08-21?15:46??MouseWheel.dsp
?????文件?????????545??2007-08-21?15:46??MouseWheel.dsw
?????文件????????1368??2007-08-21?15:46??MouseWheel.h
?????文件??????290304??2013-10-31?09:20??MouseWheel.opt
?????文件????????5316??2013-10-31?08:57??MouseWheel.rc
?????文件????????4573??2007-08-21?15:46??MouseWheelDlg.cpp
?????文件????????1447??2007-08-21?15:46??MouseWheelDlg.h
?????文件????????3651??2007-08-21?15:46??ReadMe.txt
?????文件?????????734??2007-08-21?15:46??resource.h
?????文件?????????212??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????5694??2007-08-21?15:46??res\MouseWheel.ico
?????文件?????????402??2007-08-21?15:46??res\MouseWheel.rc2
評論
共有 條評論