-
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
-
源代码技术示范包的完整完整性!
完整的API HOOK技术演示完整源代码包!-API HOOK complete integrity of the source code technology demonstration package!
- 2022-02-24 15:09:00下载
- 积分:1
-
[Function] of the source is a tool for Internet downloads. He could scan the pag...
[功能]
本源码是一个因特网下载工具。他可以扫描整个网站的页面及各种图片音频视频等资源,你可以给这些待下载的资源设定最小的大小。
程序还使用了一个剪切板钩子(HOOK),使用它监控任何拷贝到剪切板中的文字,如果你复制了一个URL网页链接或者是一个URL的图片等链接,程序会立即弹出一个对话框让你配置下载任务。
用户可以通过设置文件名和文件大小,来下载整个站点的资源,或限制下载图片等等。
本质上来说,这是一个网络蜘蛛,可以多线程抓取网站。
-[Function] of the source is a tool for Internet downloads. He could scan the page the entire site and all kinds of pictures audio video and other resources, you can download these resources to be set a minimum size. Procedure also used a clipboard hook (HOOK), use it to monitor any copy to the clipboard in text, if you copy a URL link to a page or a URL link to the pictures, the program will immediately pop up a dialogue box allows you to configure the download mission. Users can by setting the file name and file size, to download the entire site resources, or limit the download pictures and so on. Essentially, this is a network of spiders, can be multi-threaded crawling your site.
- 2023-02-15 10:20:03下载
- 积分:1
-
using setwindowsex hook win32 api
using setwindowsex hook win32 api
- 2023-07-18 02:45:05下载
- 积分:1
-
完美游戏答题图片提取代码和反汇编分析,里面包含VB重绘答题图片的代码....
完美游戏答题图片提取代码和反汇编分析,里面包含VB重绘答题图片的代码.-Picture perfect game answer extraction and anti-compiled code analysis, which contains the VB code to redraw the picture answer.
- 2022-03-19 15:54:10下载
- 积分:1
-
热血江湖内挂,里面有两个不同的内挂,无忧版本的
热血江湖内挂,里面有两个不同的内挂,无忧版本的-Linked with Yulgang, which has two different inside the peg, worry-free version of the
- 2022-04-30 01:46:30下载
- 积分:1
-
征途HOOK API例子
征途HOOK API例子 -zheng tu HOOK API demo zheng tu HOOK API demo
- 2023-01-30 19:50:04下载
- 积分:1
-
测试本机网卡信息
测试本机网卡信息-Test the local network card information
- 2023-01-07 22:45:03下载
- 积分:1
-
这个是一个键盘钩子类,直接可以重复使用,是基于Windows CE平台下键盘钩子的写法...
这个是一个键盘钩子类,直接可以重复使用,是基于Windows CE平台下键盘钩子的写法-This is a keyboard hook class can be reused directly, is based on the Windows CE platform, the wording under the keyboard hook
- 2022-07-01 21:48:32下载
- 积分:1
-
"isual c++游戏编程导学书上的源码,
"isual c++游戏编程导学书上的源码,-initial code
- 2023-02-25 11:20:03下载
- 积分:1