-
武林外传辅助工具的制作原理 vc++源代码 在着重讲的方法 推荐...
武林外传辅助工具的制作原理 vc++源代码 在着重讲的方法 推荐-witnessing the rumor aids the production principle vc highlighted in the source code stresses look at the recommended method
- 2022-07-08 18:14:59下载
- 积分:1
-
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者...
多个钩子教程,动态链接库,适合初学者多个钩子教程,动态链接库,适合初学者-Multiple hook tutorial, dynamic link library, suitable for beginners tutorial multiple hooks, dynamic link library, suitable for beginners
- 2022-10-28 13:25:03下载
- 积分:1
-
测试本机网卡信息
测试本机网卡信息-Test the local network card information
- 2023-01-07 22:45:03下载
- 积分:1
-
利用微软提供的Detour开发库,拦截DLL~
利用微软提供的Detour开发库,拦截DLL~-intercept dll through the development kit provided by microsoft
- 2022-01-25 22:53:45下载
- 积分:1
-
关闭IE的弹出广告窗口的工具的源代码。使用了Hook和IE的COM扩展接口....
关闭IE的弹出广告窗口的工具的源代码。使用了Hook和IE的COM扩展接口.-Close the pop-up ads IE window tool s source code. Hook and IE using the COM port expansion.
- 2022-03-19 01:57:39下载
- 积分:1
-
opengl游戏编程 非常适合初学者阅读,值得推荐一看
opengl游戏编程 非常适合初学者阅读,值得推荐一看-opengl game programming is very suitable for beginners to read, it is worth to recommend a look at
- 2022-12-03 02:05:03下载
- 积分:1
-
had played POPO (popo.163.com) in the gambling coin game bar, this procedure can...
曾经玩过POPO(popo.163.com)的赌币游戏吧,这个程序可以帮你获得更多的泡币。-had played POPO (popo.163.com) in the gambling coin game bar, this procedure can help you get more foam currency.
- 2023-04-21 23:55:04下载
- 积分:1
-
比较简单的鼠标钩子,实现鼠标钩子基本功能
比较简单的鼠标钩子,实现鼠标钩子基本功能-Relatively simple mouse hook, hook realize the basic functions of the mouse
- 2023-02-02 17:50:04下载
- 积分: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
-
一个简单的源码,没什么特别的,自己慢慢研究吧,不知道怎么介绍了...
一个简单的源码,没什么特别的,自己慢慢研究吧,不知道怎么介绍了-A simple source, nothing special, its own research it slowly, do not know how to introduce the
- 2022-08-18 22:36:14下载
- 积分:1