搜索资源列表
键盘测试源代码
- 该软件可以用于检测键盘(主要是针对台式机的104键盘)好坏,也可以作为电脑初学者作为打字练习的工具。界面非常美观,按键分布与104键盘的分布相同。该程序运行需要KeyMask.dll文件(键盘消息截取过滤)的配合。-The software can be used to detect the keyboard (mainly desktop keyboard 104), good or bad, can be used as computer beginners as typing practi
低级键盘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
HOOK拦截键盘消息
- 用HOOK来拦截键盘消息-used to intercept keyboard HOOK news
键盘精灵
- 监视键盘消息.
windows编程常用键盘消息命令
- windows编程常用键盘消息命令
使用全局钩子截获键盘按键消息
- 钩子是Windows中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目的地之前截获它们并根据用户要求做出相应处理。钩子的种类很多其作用也不同,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。
模拟QQ小键盘的一款Delphi控件源码
- 内容索引:Delphi源码,控件组件,小键盘 模拟QQ小键盘的一款Delphi控件源码,控件关键字:低级键盘钩子、按键状态 正常 鼠标进入 鼠标点击、数字数组、字母数组、所有按键的区域结构、忽略键盘的Shift消息、如果此值为真,则取Shift状态的时候按照下面的字段拳… FAutoFitSize: Boolean; //是否自动调整大小 FAtOnceRePaint: Boolean; //字段改变后是否立即刷新 FUsePicture: Boolean; //使用图片做为
Hook 钩子去获取鼠标和键盘消息
- 利用钩子编程的原理,用一个钩子去获取鼠标和键盘消息,实用性很强-Programming using the principle of the hook with a hook to get the mouse and keyboard messages are very practical
HookaReg 系统钩子截获系统鼠标和键盘消息
- 编写了一个系统钩子截获系统鼠标和键盘消息和一个修改注册表启动项开机运行指定程序的基于MFC的对话框。Hook文件夹包括生成系统钩子的动态链接库的源文件;MyHook文件夹包括所生成的动态链接库和修改注册表启动项等源文件。生成的程序可以保护自己的电脑不被他人使用。注意:1.程序预留的系统启动入口为“Alt+j”(切记!!!);2.本程序在xp系统vc6.0 debug下编译通过(其他系统没试过);3.部分代码是根据本人电脑屏幕尺寸设计(请更改源码)。-Write a system hook int
WinCE_RMCE.rar
- WinCE录屏软件,能捕获鼠标和键盘消息,可以实现远程控制,录屏以avi格式存放,WinCE RMCEC ,remote control
API TIMER消息处理
- 程序就不再响应我的键盘消息,键盘消息是用来控制移动方向的.
hyyly
- 中文键盘记录器 拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳).-English keyboard loggers to intercept and modify the input method+ block, but does not modify the keyboard message (using WH_KEYBOARD hooks on the console is invalid, stability, best).
windows
- windows程序设计,子窗口设计,鼠标消息处理,键盘消息处理定时器设计,非常详细,对初学者非常有帮助. -windows programming, sub-window design, the mouse message handling, message processing timer keyboard design, very detailed, very helpful for beginners.
SendNotepadMsg
- 向打开的记事本文件通过键盘消息发送“HELLO”字符串,并发送“Ctrl”+“S”组合键命令保存记事本文件。-Notepad to open the file via the keyboard to send a message " HELLO" string, and send " Ctrl" + " S" key combination command to save the Notepad file.
example
- 进程间发送键盘消息,查找窗口发送至文本文档-send keyboard message
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
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.)