搜索资源列表
鼠标钩子例子
- 以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
一个简单的鼠标钩子程序
- 一个简单的鼠标钩子程序。值得初学者下载收藏并研究学习。-a simple mouse hook procedures. Beginners should download collection and study.
鼠标钩子
- 一个最简单的鼠标钩子-a simple mouse hook
AppBarDemo_很好的鼠标钩子控制bar显示隐藏
- 很好的鼠标钩子控制bar显示隐藏一把dialogbar控制都用他-good mouse control hook a bar show that the hidden dialogbar with his control
基于全局的C#键盘鼠标钩子程序
- 基于全局的C#键盘鼠标钩子程序 基于全局的C#键盘鼠标钩子程序
mousehook.rar
- 在系统中挂接全局鼠标钩子,可以捕获任何时刻任何程序中的鼠标位置。,Articulated in the system global mouse hook, you can capture any process at any time the location of the mouse.
MouseHook
- 一个用delphi编写的鼠标钩子程序,为学习钩子的同学提供方便。-a hook programed by delphi
mouse_hook
- 一个网友写的非常清晰明白的鼠标钩子看星星的程序- 缃戝弸 writes the extremely clear clear mouse clasp looks at the star the procedure
Hook
- 键盘记录钩子的两大应用;键盘钩子(分别记录字符输入,汉字输入),鼠标钩子(鼠标操作触发事件,键盘发声等),文件中包含五个完整工程,是学习钩子的很好资料。-Keyloggers hook the two applications keyboard hook (character input were recorded, Chinese character input), the mouse hook (trigger mouse events, keyboard sound, etc.), th
MouseCombo
- 鼠标钩子,拦截鼠标左右键盘,实现连续点击功能-Click the mouse hook continuous
MouseHook
- 简单的鼠标钩子例子,可显示鼠标所在窗口的标题!模拟金山词霸取词功能,包括一个系统钩子DLL和调用程序!-A simple mouse hook example, where the window can display the title of the mouse! Simulation PowerWord check word features, including a system hook DLL and call the procedure!
mouse_simu
- 鼠标动作的记录和回放。可以用来学习鼠标钩子的使用,理解按键精灵的实现原理。-Mouse movement record and playback. Hook can be used to study the use of the mouse, understand the realization of the principle of the wizard button.
m_khook
- 一个通过鼠标钩子获得一些窗口有用的信息,主要供大家学习参考,适合初学者了解钩子的使用-A mouse hook through the window to receive some useful information, the main reference for them to learn for beginners to understand the use of hook
hao123
- 真正实现了取词的功能,鼠标钩子程序,可用于模拟金山翻译类的软件。-Truly take the function of the word, the mouse hook procedure can be used to simulate Kingsoft translation software category.
DesktopIcon
- 桌面图标获取程序源代码,获取桌面图标,并实现鼠标钩子调用-get desktop icon and mouse hook
shubiaogouzi
- 鼠标钩子(截获同时按下左右键钩子)挺好玩的,大家可以看看!-Mouse hook (seized around the same time pressing the button hook) really fun, you can see!
SelfSendKeys
- 全局的键盘勾子和鼠标钩子、能在任何情况下获取键盘和鼠标事件-Global keyboard hooks and mouse hooks, in any case for the keyboard and mouse events
shubiaogouzi
- VB编写,全局鼠标钩子,在XP sp3下用VB6测试成功,主要功能为:在看不见程序本身(失去焦点)时,鼠标单击任意地方产生事件-VB preparation, global mouse hook, with VB6 in XP sp3 successfully tested under the main functions are: the invisible process itself (loss of focus), the mouse click anywhere in producin
MouseHook
- delphi做的鼠标钩子,可以查看控件类型-delphi mouse hook to do, you can view the control type
简单钩子使用
- (上传前,亲测,保证可用,生成后点一下DLG空白区域便安装了键盘和鼠标钩子,按个小键盘0,便知道是否有响应) 简单的全局钩子使用示例包含两部分: 1.一个DLL用来写全局钩子(鼠标钩子用来把鼠标限定在某个区域中和键盘钩子用来钩小键盘的数据“0”和ALT+F用来决定是否把鼠标限定在区域中), 2.一个TESTDLL单文档结构的简单MFC程序,只加了一个左键消息,该消息响应用来安装全局钩子。基于