搜索资源列表
d键盘、鼠标的钩子控件(有源码).rar
- 我很想学习VB希望能得到帐号
TrasWinGo.rar
- d键盘、鼠标的钩子控件(有源码)
鼠标键盘记录和回放
- 基于Delphi的钩子函数的应用原理,记录鼠标和键盘操作并且回放鼠标键盘操作过程-based Delphi hook function of principle, records mouse and keyboard and mouse and keyboard playback operation
gouzhi
- 钩子函数运用,一个小小的鼠标键盘钩子函数的运用-use hook function, a small mouse and keyboard use of the hook function
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.
mouseandkeyboardgetPassword
- 利用鼠标和键盘钩子截获密码的程序,非常好用,大家用用就知道了-use of the mouse and keyboard hook intercepted password procedures, very handy, we know it will be using the
MouseHookandKeyBoardHook
- 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard
mouse hook 键盘和鼠标的钩子
- 用来锁定键盘和鼠标的钩子 采用了dll
KeyboardHook.rar
- 鼠标,键盘钩子程序。程序已通过调试,能准确检测键盘和鼠标指令。,KeyboardHook program.it can clearly monitor what the keyboard or mouse has input.
KeyMouseHook.rar
- 鼠标、键盘钩子,可以禁用鼠标、键盘。此钩子为全局钩子。,Mouse, keyboard hook, you can disable the mouse, keyboard. The hook for the overall hook.
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
ActiveKey
- 全局键盘钩子DLL 模拟键盘消息和鼠标消息-Global keyboard hook DLL simulate keyboard and mouse news news
GetPassHook
- 简单的鼠标+键盘钩子用于截获密码框密码(由vc2008编写)-mouse hook&keyboard hook to get password
InnerHook
- 一个利用键盘钩子和鼠标钩子编写的全局钩子函数,功能:锁定桌面内所有进程,只留有F2解除锁定并卸载钩子!-Hook a keyboard and mouse using a global hook function hook preparation, function: lock the desktop, all the process, leaving only the F2 and uninstall the hook to unlock!
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
Hook_key_mouse
- 该程序设置全局鼠标键盘钩子函数,然后钩子函数对截取的消息发给本程序,消息按windows定义的WPARAM,LPARAM封装-The program set a global mouse and keyboard hooks, and then hook on the interception of messages sent to this procedure, the message defined by windows WPARAM, LPARAM package
UserActivityHook
- 一个C#编写的鼠标键盘钩子类,在此共享给大家。-This is one hook for mouse and keyboard. And share it to everybody.
Global-mouse-key-hooks
- 全局的鼠标键盘钩子程序。可以用来做软键盘-Global mouse and keyboard hooks. Can be used to make soft keyboard
Keyboard_hook
- 用VC编写的全局鼠标键盘钩子,可在窗口隐藏的状态下实时捕获鼠标键盘消息,并发送给主程序-VC prepared by the mouse and keyboard hook global, real-time capture mouse and keyboard messages hidden in the window status and sends the main program
nrxoccn
- 利用鼠标键盘钩子截获密码,不错的源码,很好的哦()