搜索资源列表
键盘测试源代码
- 该软件可以用于检测键盘(主要是针对台式机的104键盘)好坏,也可以作为电脑初学者作为打字练习的工具。界面非常美观,按键分布与104键盘的分布相同。该程序运行需要KeyMask.dll文件(键盘消息截取过滤)的配合。-The software can be used to detect the keyboard (mainly desktop keyboard 104), good or bad, can be used as compu
VC开发的键盘消息指令码分析
- VC开发的键盘消息指令码分析 -VC news keyboard instruction code analysis 7777777777777777777777
HOOK拦截键盘消息
- 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
键盘精灵
- 监视键盘消息.
windows编程常用键盘消息命令
- windows编程常用键盘消息命令
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
HOOK拦截键盘消息
- 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
键盘测试源代码
- 该软件可以用于检测键盘(主要是针对台式机的104键盘)好坏,也可以作为电脑初学者作为打字练习的工具。界面非常美观,按键分布与104键盘的分布相同。该程序运行需要KeyMask.dll文件(键盘消息截取过滤)的配合。-The software can be used to detect the keyboard (mainly desktop keyboard 104), good or bad, can be used as compu
低级键盘DLL
- 这是刚刚上传的“键盘测试源代码”配套的dll文件源码。它主要负责键盘消息的截取与过滤。-This is just upload the "keyboard test source code" matching dll file source. It is mainly responsible for the interception of the keyboard with the news filter.
VC开发的键盘消息指令码分析
- VC开发的键盘消息指令码分析 -VC news keyboard instruction code analysis 7777777777777777777777
Mouse_Key
- 该程序实现了怎样捕捉鼠标和键盘消息,包括鼠标的单击、双击、移动、键盘的按下、抬起,并在视窗显示相应信息。-the program how to capture the mouse and keyboard information, including mouse click, double-click, mobile, keyboard? lifted, and in the corresponding window display i
E0602
- E0602演示了键盘消息响应函数的使用方法。-E0602 demonstrated a news keyboard response function is used.
Key20040206
- 键盘消息源代码,实现在窗口中显示按键信息 -keyboard news source code, achieving the window shows information button
vc_jiqiaoshili_part5
- Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息
MouseKeyHook
- 消息钩子源码(SetWindowsHookEx)-拦截鼠标和键盘消息的示例程序-News source hook (SetWindowsHookEx)- intercept the mouse and keyboard messages sample procedures
ActiveKey
- 全局键盘钩子DLL 模拟键盘消息和鼠标消息-Global keyboard hook DLL simulate keyboard and mouse news news
keyboard
- 键盘钩子,截获键盘消息,是键盘的输入实时显示在对话框中-Keyboard hook, keyboard intercepted message, the keyboard input is real-time display in the dialog box
example
- 进程间发送键盘消息,查找窗口发送至文本文档-send keyboard message
WinAPI-GetKeyNameText-
- 根据键盘消息获取按键名称 根据键盘消息获取按键名称-According to the name of the keyboard keys to get the message to get key messages under the name of the keyboard
模拟键盘消息
- 模拟键盘消息传递,对于一些游戏屏蔽键盘消息的功能实现有帮助(The simulation of keyboard message transmission is helpful for some games to shield keyboard messages.)