搜索资源列表
鼠标钩子例子
- 以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
20050718_HookMouse
- 一个简单的鼠标钩子程序 钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。-A simple mouse hook.
zhy123_QQ05Pass
- 可以获得qq密码,后自动发送指定邮箱,运用了键盘鼠标钩子,自定义热键,和indy的smtp控件,现只对qq2005贺岁版有效,对最新版qq不好使,有兴趣的朋友可以看看。。。 -can qq passwords, automatically sending the designated mailbox, using a keyboard and mouse hook, since the definition of hotkey, and the Indy smtp control, it i
技术4-11-2002
- 这是一个用VC写的鼠标钩子函数的实例。能监测键盘和鼠标。-This is a VC write mouse hook function examples. Monitor keyboard and mouse.
Windows NT2000 32位取词
- Windows NT2000 32位取词 delphi,利用鼠标钩子和winapi实现屏幕取词功能,无解压密码-Windows NT2000 32 capture word, delphi,with the help of mouse hook and winapi,this program can capture screen word.whithout unzip password.
一个简单的鼠标钩子程序
- 一个简单的鼠标钩子程序。值得初学者下载收藏并研究学习。-a simple mouse hook procedures. Beginners should download collection and study.
Mouse_hook_
- 一个简单的鼠标钩子程序 实现适时获取当前鼠标所在窗口的标题,并将其显示在一个EDITBOX中-a simple mouse hook procedures to achieve timely access to the current window where the mouse title, and its display in which a EDITBOX
MouseHookCode
- 此程序为WINDOWS下用VC实现的截获鼠标钩子信息的程序-procedure for Windows using the VC intercepted information mouse hook procedures
GlobalHook
- 此程序实现了全局鼠标钩子,其他钩子也可如法炮制,还实现了一个圆形的透明窗口用于动态显示当前系统时间,并且始终跟随鼠标。-this program achieved the global mouse hook, the hook has other wineries. also achieving a circular transparent window for the dynamic display of the current system time, and always follow t
mousehookforbeginner
- windows汇编语言写的一个钩子函数示范(鼠标钩子),初学win asm者可以-windows of the assembly language to write a hook function model (mouse hook), when a win could see asm
Mousehook000
- 一个鼠标钩子程序 Mousehook Mousehook-a mouse hook procedures Mousehook Mousehook
鼠标钩子
- 一个最简单的鼠标钩子-a simple mouse hook
mousehook
- 安装一个鼠标钩子-install a mouse hook
HookMouseMoveEvent
- 实现对鼠标的HOOK.一个动态库和一个加载程序.-achieve the right mouse HOOK. A dynamic database and a loading procedures.
mousehooksell
- ssssfe 鼠标钩子编程 hook-ssssfe mouse hook programming hook
keyboard2000
- 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数 -This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing.
HOOK
- 鼠标钩子源代码,向编辑框窗口传送当前鼠标所在窗口的标题-Mouse hook source code, the transfer window to edit the current mouse location box window title
hook-routines-
- 易语言程序 易语言源码模块 鼠标钩子例程(截获同时按下左右键钩子)-Easy language program easy language source code module mouse hook routines (intercepted while pressing the button hook)
VB调用VC的全局钩子,屏蔽键盘任意键
- Vb 开发方便使用的键盘、鼠标钩子 hook(Vb development, easy to use keyboard, mouse hook, hook)
mouse
- 获取鼠标位置(在屏幕的位置) CPoint m_mouse; GetCursorPos(&m_mouse); 2、 屏幕转化为客户端(控件的相对位置)& 客户端位置转化为屏幕位置 ClientToScreen(this->m_hwnd,m_mouse); //客户端位置转化为屏幕位置 ScreenToClient(this->m_hwnd,m_mouse) ; //屏幕转化为客户端 3、