文件名称:HookMessage
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-08-11
- 文件大小:
- 208kb
- 下载次数:
- 0次
- 提 供 者:
- 林*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
(上传前,亲测,保证可用,点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应)
简单的全局钩子使用示例,包含一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中),还包含一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。-a simple example of Global hooks , which contains a DLL used to write the global hooks (mouse hook used to define the small keyboard to mouse hook on a regional and keyboard hook data 0 and ALT+F is used to decide whether the mouse is limited in area), also contains a single TESTDLL document structure simple MFC program. Just add a left key message, the message response to install global hook.
简单的全局钩子使用示例,包含一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中),还包含一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。-a simple example of Global hooks , which contains a DLL used to write the global hooks (mouse hook used to define the small keyboard to mouse hook on a regional and keyboard hook data 0 and ALT+F is used to decide whether the mouse is limited in area), also contains a single TESTDLL document structure simple MFC program. Just add a left key message, the message response to install global hook.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HookMessage\DllTest\DllTest.cpp
...........\.......\DllTest.h
...........\.......\DllTest.rc
...........\.......\DllTest.vcxproj
...........\.......\DllTest.vcxproj.filters
...........\.......\DllTest.vcxproj.user
...........\.......\DllTestDoc.cpp
...........\.......\DllTestDoc.h
...........\.......\DllTestView.cpp
...........\.......\DllTestView.h
...........\.......\MainFrm.cpp
...........\.......\MainFrm.h
...........\.......\ReadMe.txt
...........\.......\res\DllTest.ico
...........\.......\...\DllTest.rc2
...........\.......\...\DllTestDoc.ico
...........\.......\...\Toolbar.bmp
...........\.......\...\Toolbar256.bmp
...........\.......\Resource.h
...........\.......\stdafx.cpp
...........\.......\stdafx.h
...........\.......\targetver.h
...........\.......\UserImages.bmp
...........\HookMessage\HookMessage.cpp
...........\...........\HookMessage.h
...........\...........\HookMessage.vcxproj
...........\...........\HookMessage.vcxproj.filters
...........\...........\HookMessage.vcxproj.user
...........\HookMessage.opensdf
...........\HookMessage.sln
...........\HookMessage.v11.suo
...........\WndDllTest\ClassView.cpp
...........\..........\ClassView.h
...........\..........\FileView.cpp
...........\..........\FileView.h
...........\..........\MainFrm.cpp
...........\..........\MainFrm.h
...........\..........\OutputWnd.cpp
...........\..........\OutputWnd.h
...........\..........\PropertiesWnd.cpp
...........\..........\PropertiesWnd.h
...........\..........\ReadMe.txt
...........\..........\res\classview.bmp
...........\..........\...\classview_hc.bmp
...........\..........\...\class_view.ico
...........\..........\...\class_view_hc.ico
...........\..........\...\explorer.bmp
...........\..........\...\explorer_hc.bmp
...........\..........\...\fileview.bmp
...........\..........\...\fileview_hc.bmp
...........\..........\...\file_view.ico
...........\..........\...\file_view_hc.ico
...........\..........\...\menuimages.bmp
...........\..........\...\menuimages_hc.bmp
...........\..........\...\output_wnd.ico
...........\..........\...\output_wnd_hc.ico
...........\..........\...\properties.bmp
...........\..........\...\properties_hc.bmp
...........\..........\...\properties_wnd.ico
...........\..........\...\properties_wnd_hc.ico
...........\..........\...\sort.bmp
...........\..........\...\sort_hc.bmp
...........\..........\...\Toolbar.bmp
...........\..........\...\Toolbar256.bmp
...........\..........\...\WndDllTest.ico
...........\..........\...\WndDllTest.rc2
...........\..........\...\WndDllTestDoc.ico
...........\..........\Resource.h
...........\..........\stdafx.cpp
...........\..........\stdafx.h
...........\..........\targetver.h
...........\..........\UserImages.bmp
...........\..........\ViewTree.cpp
...........\..........\ViewTree.h
...........\..........\WndDllTest.cpp
...........\..........\WndDllTest.h
...........\..........\WndDllTest.rc
...........\..........\WndDllTest.vcxproj
...........\..........\WndDllTest.vcxproj.filters
...........\..........\WndDllTestDoc.cpp
...........\..........\WndDllTestDoc.h
...........\..........\WndDllTestView.cpp
...........\..........\WndDllTestView.h
...........\DllTest\res
...........\WndDllTest\res
...........\DllTest
...........\HookMessage
...........\WndDllTest
HookMessage