搜索资源列表
kbmousehook
- 一个简单的键盘鼠标构子,无需自定义dll 文件-a simple structure of the keyboard and mouse-without custom documents dll
KeybdHook.
- 一个十分完整的键盘钩子示例,适合初学者学习,DLL和EXE通讯使用了自定义消息以及共享内存。-A very complete example of the keyboard hook, suitable for beginners to learn, DLL and EXE communications using a custom message, as well as shared memory.
Hotkey
- 一个VB制作的系统热键程序,可以侦听任意键盘按键以启动某个程序,或者虚拟成另外一个按键,可用于盛大易宝等遥控器的自定义按键-A production system hotkey VB program, you can listen any keyboard button to start a program, or into another virtual buttons that can be used EZ Pod and other custom remote control button
Win_HOOK
- Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
keyboard
- 一套键盘类,自定义按键,拦截按键,发送按键,模拟按键,后台按键-A keyboard classes, custom buttons, intercept keys, send keys, analog buttons, background button
InnerHook
- 全局钩子类,该类可以捕获键盘和鼠标操作。也可以自定义键盘鼠标的操作-Global hook class, which can capture most of the keyboard and mouse actions. You can also customize the keyboard and mouse actions
KeyHook
- 键盘钩子,截获了指定的键盘消息,处理自定义的过程。-Keyboard hook, the specified keyboard message interception, handling the process of the custom.