搜索资源列表
HOOK
- 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
HsWarkey
- 用全局钩子在VC++里做的一个魔兽争霸Dota的一个改键工具,只支持修改小键盘1,2,4,5,7,8-To use the global hook inside the VC++ to do a Warcraft Dota as a key tool for change, which only supports modify the keypad 1,2,4,5,7,8
KeyboardHook
- 键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
HookApiEasyToKnow
- vc下钩子简单应用,举例三种:线程钩子/全局钩子/全局钩子+组合键. 有需要鼠标请自行添加-vc hook under the simple applications, such as three example : thread hooks/Global Hooks/Global Hooks+ key combination.if needed, you can add your own mouse function
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, when hit any key on the keyboard, the program will be detected, and the pop-u
HookKeyboard
- 一个vc 实现keyboard hook 键盘记录完整代码。-Vc achieve a full keyboard hook keylogging code.
TestKeyboard
- VC++监测键盘上每一按键的变化,应用了HOOK,键盘钩子,运行截图如上所示,当敲击键盘上的任一个按键时,程序都会检测到,并弹出窗口,告诉用户按下的是哪个键。 -VC++ to monitor each key on the keyboard changes, the application of the HOOK, the keyboard hook, run the screenshot shown above, when the hit any key on the keyboard,
MaskKey
- VC++利用底层键盘钩子屏蔽任意按键,内含Dll源文件,VB、VC++的应用举例-VC++ using low-level keyboard hook shield any key, the source file containing Dll, VB, VC++ application examples
VCPP-code
- VC++ 编写键盘钩子过程源码,实现了记录键盘事件和屏蔽系统组合键的功能。-source code under the keyboard hook, to achieve a record system keyboard events and screen function key combinations.
hook-key
- VC++ hook禁用键盘,屏蔽屏幕。任务管理器无法结束-VC++ hook to disable the keyboard, shield the screen. Task Manager can not end
MaskKey
- 屏蔽键盘 VC++ VC++利用底层键盘钩子屏蔽任意按键-Shielded keyboard VC++ VC++ advantage of the underlying keyboard hook to shield any key
HookTest-and-ADO-access
- 利用HOOK技术,截获所有消息,并进行判断,如果是回车或空格按键消息,就将其屏蔽。 在VC中利用ADO访问数据库。-HOOK technology intercepts all messages, and to judge if it is a carriage return or space key messages will shield. Access the database using ADO in VC.
keyhook
- VC++实现的键盘钩子,大伙可以看看,参考下,控制键盘哪个键不能动的好程序-VC++ implemented keyboard hook, and everyone can take a look at the control which keyboard key can not program, refer to the following
MaskKey
- VB语言调用VC的全局钩子,屏蔽键盘任意键。-VB language called VC global hook, shielding any keyboard key.
InnerHookDlg
- 在VC编程的环境下,使用钩子函数来屏蔽回车键-Through VC programming, using the hook function to shield the Enter key
KeyboardHook
- VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时候,它都可以监控到,并弹出窗口告诉你按下的是哪个键,是基于HOOK技术来说的。-VC++ keyboard monitoring procedures, keyboard input text when you press each key on the keyboard, it can be monitored, and the pop-up window telling you which key is pressed, i
KeyboardHook
- VC++ 键盘监控程序,可键盘输入文本,当你按下键盘上的每一个键的时分,它都可以监控到,并弹出窗口通知你按下的是哪个键,是根据HOOK技能来说的,VC++编程学习源码,很好的参考资料。-VC++ keyboard monitor, keyboard input text, when you press each key on the keyboard when, it can monitor the pop-up window, and tell you which key is pressed
VCPPkeyhook
- VC++利用底层键盘钩子屏蔽任意按键 后台拦截任意按键-VC++ advantage of the underlying shield any key keyboard hook to intercept any key background
codefans.net
- VC利用底层键盘钩子屏蔽任意按键MaskKey-VC using any key underlying keyboard hook shielding MaskKey
zywb
- 这是一个基于易语言这样一个最简单的开发平台的编写的五笔输入法程序,主要是方便大家了解输入法的过程和实现的原理。同时基于外挂hook模式开发,未来会改进并基于ime模式。1.2.lpk是支持库文件,主要实现了按键拦截和模拟,调试程序前请先安装。基于这个输入法框架进行开发,可以实现大部分输入法的设计要求。避免了vc和windows复杂的消息机制及ime机制的学习成本,使业余爱好者专注于编码的实现,大部分人可以在一周熟练使用易语言开发程序。代码写的比较简陋,内置码表从极点五笔导出,实现了生僻字的输入,