搜索资源列表
Hook.rar
- C# Hook钩子程序实例 写的挺详细的 方便学习 ,C# Hook hook quite detailed written procedures for instances of the convenience of learning
MouseKeyboardLib2005
- c#封装的鼠标键盘钩子库,实现全部的鼠标键盘钩子功能。-c# keyboard mouse hook package library, the realization of all the mouse functions of the keyboard hook.
ScreenKeyBoard
- 使用C#实现屏幕键盘,其中用到了钩子技术哦-The use of C# implementation-screen keyboard, which uses a hook technology Oh
SendKeys
- VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
waigua
- C# 利用钩子原理实现游戏外挂,本程序仅供学习使用,请勿其他用途-C# Use the principle of the realization of the game plug-hook, the process for learning to use, not for other purposes
overall
- 基于全局的C#键盘鼠标钩子程序源码,已经demo过,没有问题-Based on the overall situation of the C# source code keyboard and mouse hook procedures have demo, and there is no problem
SoftKeyboardCsharp
- C#语言实现的全局键盘鼠标钩子和软键盘,界面美观为函数生成-C# language keyboard and mouse to achieve the global keyboard hook and soft, attractive interface for the function to generate
GetInfo
- C#钩子编程,获取windows窗口控件的各项信息-This program is to get the all information of the windows in applications.
waigua
- 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
CSharp-about-common-code
- C#编程相关代码,在Visual Basic环境下开发界面,涉及很多经典代码,包括全局键盘钩子,窗体移动等-C# programming related code in Visual Basic development environment interface, involving many classic code, including global keyboard hook, mobile and other forms
MouseGet
- 鼠标钩子 坐标拾取 颜色拾取 快捷键操作 源码已经整理(Mouse hook coordinates pickup, color pickup, shortcut key operation, source code has been collated)