搜索资源列表
-
0下载:
Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
-
-
0下载:
这是一个用Windows API写的屏幕键盘。是很好的编程参考代码,程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息;
鼠标的钩子函数
-This is a Windows API to write the screen keyboard. Is a good reference to the programming code, procedures, there are two new Eastern : Button of Subclassing.
-
-
0下载:
键盘hook的编程操作-keyboard hook programming operation
-
-
1下载:
利用钩子编程的原理,用一个钩子去获取鼠标和键盘消息,实用性很强-Programming using the principle of the hook with a hook to get the mouse and keyboard messages are very practical
-
-
0下载:
用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
-
-
0下载:
键盘钩子程序,按键发声,比较有趣的例子.对钩子的认识有启蒙作用.-Keyboard hook program. it s funny that sound while pressing each key on keyboard.easy understanding for Hooking in programming.
-
-
0下载:
钩子编程的一个实例,用于截获键盘信息,比较简单,适用于初学者-An example of programming hooks for interception of the keyboard information, is relatively simple for beginners
-
-
0下载:
语音键盘,hook技术,基于windows系统核心编程,发声程序-Voice keyboard, hook technique, based on the core of windows system programming, voice procedures
-
-
0下载:
一个简单的鼠标钩子程序
Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MF
-
-
0下载:
c编程键盘钩子开发按键发音经典代码c programming classic pronunciation key keyboard hook code development-c programming classic pronunciation key keyboard hook code development
-
-
0下载:
Delphi编程实现键盘钩子hook代码delphi很好的代码入门经典代码-Delphi programming code keyboard hook hook
-
-
0下载:
黑客原理的初级程序设计:记录操作者从键盘上输入的信息,并记录下当时的日期。-The primary principle of hacker Programming: Record the operator the information entered from the keyboard and record the current date.
-
-
0下载:
Windows系统采用的是事件驱动的机制,也就是说,整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子可以监控系统或进程中的各种事件消息,截获发往目标窗口的消息并进行处理。我们可以在系统中安装自定义的钩子,监视系统中特定时间的发生,完成特定的功能。比如截获键盘、鼠标的输入、屏幕取词、日志监视等等。可见、利用钩子可以实现许多特殊而有用的功能。因此,对于高级编程人员来说,掌握钩子的编程方法
-
-
0下载:
利用底层钩子技术 把普通键盘重新定义 一键代替多键-Use technology to the bottom hook the normal keyboard to define a key instead of many key
-
-
0下载:
vc检测键盘按键编程代码,可以学习和借鉴!-vc programming code detection keyboard keys, you can learn!
-
-
0下载:
Hook keyboard programming sample
-
-
0下载:
键盘钩子,是《windows编程循序渐进》附带的源程序-The keyboard hook, is \ Windows programming step by step\ the supplementary source program
-
-
0下载:
字符串的形式拦截键盘的信息,这样的信息更容易处理,对于初学者来说是比较容易实现的键盘编程。-Keyboard interception string information, such information is easier to handle, it is relatively easy for beginners to achieve keyboard programming.
-
-
0下载:
windows内核编程,利用底层键盘钩子屏蔽任意按键-windows kernel programming, the use of the underlying keyboard hook shielding any key
-
-
1下载:
通过vb编程进行键盘鼠标动作的回放,程序中运用了钩子函数-VB programming through the keyboard and mouse action playback, the program uses the hook function
-