-
a simple keyboard hook procedures
一个简单的键盘钩子程序-a simple keyboard hook procedures
- 2022-02-04 00:57:53下载
- 积分:1
-
全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成....
全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成.-The overall situation of the keyboard and mouse Hook, used to monitor mouse and keyboard events. VB.net 2008 with the code completion.
- 2022-12-08 16:45:03下载
- 积分:1
-
Happy99
Happy99!!欢乐时光 源码啊!! -Happy99-Source CODE!!!Happy99- Source.zip
- 2022-03-16 00:35:29下载
- 积分:1
-
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!...
这是一个VB结合ASP软件验证的例子,网络验证的封包可以自己加密,主要是强调了VB程序结合网页实现一体化的思路!-This is a combination of ASP software verification VB example, packets can be their own network authentication encryption, the main emphasis of the VB website integration process with the idea!
- 2023-06-18 15:05:03下载
- 积分:1
-
Delphi
Delphi-神迹挂机外挂脱机外挂源码是不是骗人的啊!我要下载!啊!-Delphi-miracle of outboard external offline external source is not a lie ah! I want to download! Ah!
- 2022-12-12 19:10:03下载
- 积分:1
-
C#(winform) 实现hook 剪切板工具
应用背景winfrom 实现剪切板历史工具,运行exe,“win”+“·” 唤出主窗体 开始监视 ,自动记录Ctrl+C、X 剪切的所有数据, “win”+“←“调出剪切板历史记录 上下键选择要粘贴的文本 Ctrl+V 使用剪切板记录文本关键技术
//将非持久性数据置于系统剪贴板中。
Clipboard.SetDataObject("这条信息置于剪切板中,相当于Ctrl+C");
//获取剪切板中文本格式的内容,相当于Ctrl+V(不过如果剪切板中的内容不是文本格式就返回空字符串)
string message =
Convert.ToString(Clipboard.GetDataObject().GetData(DataFormats.Text));
System.Windows.Forms 命名空间
Clipboard 类
Clipboard 成员
提供将数据置于系统剪贴板中以及从中检索数据的方法。无法继承此类。
方法
名称
说明
Clear
从剪贴板中移除所有数据。
ContainsAudio
- 2023-06-12 20:05:09下载
- 积分:1
-
use a hook hook demonstration procedures, the use of delhpi prepared to brief in...
一个使用hook钩子的程序演示,使用delhpi编写,简要的对钩子hook进行介绍-use a hook hook demonstration procedures, the use of delhpi prepared to brief introduction hook hook
- 2022-12-06 09:45:08下载
- 积分:1
-
vc++开发的键盘发音程序,可以了解键盘钩子的程序开发方法
vc++开发的键盘发音程序,可以了解键盘钩子的程序开发方法-vc++ developed procedures keyboard sounds, you can learn the keyboard hook program development method
- 2022-02-06 02:05:24下载
- 积分:1
-
windows application, simulation automatic form filling process using process mon...
windows应用,模拟人自动填写表单程序,采用进程监控与hook相结合-windows application, simulation automatic form filling process using process monitoring and hook combination
- 2023-06-04 08:55:02下载
- 积分:1
-
a classic example of the hook, learning a reference to the hook
一个经典的钩子例子,学习hook的一个参考-a classic example of the hook, learning a reference to the hook
- 2022-05-14 06:12:06下载
- 积分:1