-
This source provide the way to hook your keyboard.
全局键盘钩子,可以监控你所有的键盘操作,允许后台监控,用于热键功能的调用-This source provide the way to hook your keyboard.
- 2022-10-21 17:20:03下载
- 积分:1
-
jsp购物的源代码,自己认为不错,所以发上来给大家分享
jsp购物的源代码,自己认为不错,所以发上来给大家分享-jsp to the source code, consider their own good, so fat, up to the U.S. to share
- 2022-12-12 12:25:04下载
- 积分:1
-
VB6_Journal_Record_Hook_
VB6_Journal_Record_Hook_
- 2022-01-25 14:04:30下载
- 积分:1
-
挖地雷终结者,可以显示windows挖地雷游戏的地雷分布情况,用Hook编写,含一鼠标hook...
挖地雷终结者,可以显示windows挖地雷游戏的地雷分布情况,用Hook编写,含一鼠标hook-Terminator digging mines, you can display windows digging mines mines the distribution of the game, with Hook prepared, containing a mouse hook
- 2022-07-03 10:03:53下载
- 积分: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
-
VC as a fringe of the SPY small tools, the website can view the passwords.
一个像VC++附带的SPY的小工具,可以查看网页中的密码。-VC as a fringe of the SPY small tools, the website can view the passwords.
- 2022-08-15 06:33:25下载
- 积分:1
-
全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过...
全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过-overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
- 2022-02-28 14:25:59下载
- 积分:1
-
检测windows系统剪贴板的代码,比较有实用价值;很多软件比如下载软件都会用这种技术...
检测windows系统剪贴板的代码,比较有实用价值;很多软件比如下载软件都会用这种技术-Detection of windows system clipboard code, comparison has practical value a lot of software such as downloaded software will use this technology
- 2023-01-16 21:15:03下载
- 积分:1
-
网吧总管,非常好用,是经营风吧工作者的好工具.
网吧总管,非常好用,是经营风吧工作者的好工具.-Internet cafes Explorer, very easy to use, is the operating wind it a good tool for workers.
- 2022-07-27 23:33:31下载
- 积分:1
-
keyboard hook, maiden, for beginners
键盘钩子,处女作,适合初学者-keyboard hook, maiden, for beginners
- 2022-08-11 16:59:30下载
- 积分:1