搜索资源列表
VC-system-programming
- 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
MaskKeyCB
- 利用底层键盘钩子拦载任意按键(回调版),这是源码,希望给新手一个参考。没有任务错误
1
- 一个检测键盘按键的,用的是DLL钩子程序,实现按键盘键是对应的键发声音
jpgz.rar
- 键盘钩子 无论在前台还是在后台,只要你按键盘,它都能接收到按键信息,并翻译为相应的键码!,Keyboard hook in the front or in the background, as long as you press the keyboard, it can receive key information, and translated into corresponding key code!
MouseHook.rar
- 监视键盘按键钩子程序,通过自定义消息扑捉特定快捷键,Button keyboard hook procedure to monitor, through a specific custom message shortcuts扑捉
keysound
- 利用键盘钩子开发按键发音程序 -The development of the use of a keyboard button hook pronunciation procedures
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
KeyboardReplace
- ThinkPad键盘上,替换方向按键旁边的左右翻页按键为左右方向按键.低级键盘钩子-replace keyboard Left Right Page botton with Left Right Button low level keyboard hook
kbhook
- 用VC开发的驱动级键盘钩子源码,可以用户获取记录按键信息-Drive-level keyboard hook source