搜索资源列表
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
GetPass
- 利用鼠标键盘钩子来截获*号密码程序,劲!-use of a mouse and keyboard to hook intercepted * Password procedures, Jin!
2005325183220756
- vc制作型号密码查看器.熟悉系统编程的应该知道钩子能截获系统并得理发送给其它应用程序的消息,能完成一般程序无法完成的功能。这里我们主要用到了WH_KEYBOARD 键盘钩子和WH_MOUSE 鼠标钩子.-vc production models password viewer. Programming familiar with the system should know hook system capable of intercepting and with the other barber
hook.rar
- delphi delphi 鼠标键盘钩子,delphi 鼠标键盘钩子
TravelHit
- 统计键盘点击和鼠标移动的程序 src目录下的Old_Version目录是老版本的程序,里面的功能不如New_Version丰富 程序功能: 1. 统计鼠标移动距离和键盘点击次数; 2. 按下键盘时,发出声音 程序工作原理: 1. 用系统钩子来拦截键盘消息 -Statistics mouse clicks and keyboard procedures src directory under the directory Old_Version is a
hook
- 鼠标\光标\键盘等钩子程序 -Mouse cursor keyboard hook procedure
Hook
- 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中
MyDll
- 本程序是一个钩子程序DLL工程。因为钩子程序必须存在于DLL文件,所以做成本DLL工程。 本DLL可以可以截获所有键盘动作,如需截获其它动作如鼠标等可以自动更改代码。在DEBUG目录中有一个VB测试工程,用来测试本DLL的功能。-This procedure is a hook procedure DLL project. Because the hook procedure must exist in the DLL file, so do the cost of the project DL
hookdemo
- 利用钩子的概念,本程序实现了键盘和鼠标的录制和回放的功能。-The concept of the use of hooks, the procedures for the keyboard and mouse to achieve the recording and playback functions.
keybord
- 一个鼠标和*的钩子程序,用于记录键盘和鼠标动作。-Keybord record
MFCtestHook
- 在MFC窗口中设置鼠标和键盘钩子,利用钩子屏蔽鼠标所有操作和键盘的空格按钮-Mouse and keyboard hook using the space button hook shielding all mouse and keyboard settings in the MFC window
SuoPing
- 系统屏幕锁定,简单方便。使用windows钩子机制,锁定鼠标与键盘。禁止任务管理器启动。限制了鼠标的移动范围,可能还有BUG,大家可以根据自己需求修改!-System screen lock, simple and convenient. Using windows hook mechanism, locking mouse and keyboard. Prohibit Task Manager starts. Limits the range of movement of the mouse,