-
from "Visual C programming skills and examples" of the fifth
来自《Visual C++程序设计技巧与实例》第五单-from "Visual C programming skills and examples" of the fifth-
- 2022-05-07 14:50:44下载
- 积分:1
-
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文
VC中利用钩子记录中文字符,
关键字 HOOK,VC,中文-VC hook records the use of Chinese characters, keywords, HOOK, VC, Chinese
- 2022-11-06 12:45: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
-
Capture Characters from Screen, from the mouse location to obtain text. Kingsoft...
屏幕取词,由鼠标位置取得文字。类似金山词霸的取词功能-Capture Characters from Screen, from the mouse location to obtain text. Kingsoft to take a similar word function
- 2022-08-22 17:23:32下载
- 积分:1
-
keyboard hook, maiden, for beginners
键盘钩子,处女作,适合初学者-keyboard hook, maiden, for beginners
- 2022-08-11 16:59:30下载
- 积分:1
-
这是一个劲舞小爱同组卡双,卡三,卡N的工具,希望劲舞完家会喜欢...
这是一个劲舞小爱同组卡双,卡三,卡N的工具,希望劲舞完家会喜欢-This is a small dance group love with dual card, the card three card N tools, hoping Dance End House will be like
- 2022-08-19 09:34:22下载
- 积分:1
-
用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽...
用CSharp编写的一个关于API全局钩子的例子,实现了键盘的屏蔽-CSharp spent on the preparation of an overall API hooks example, the realization of the shielding keyboard
- 2022-03-24 05:45:36下载
- 积分:1
-
api钩子
好像比较好用
具体没有看懂
代码还是比较完整的...
api钩子
好像比较好用
具体没有看懂
代码还是比较完整的-api hook seems quite handy not understand the specific code or relatively complete
- 2022-01-30 10:32:43下载
- 积分:1
-
教会使用java进行游戏设计,开发者了解游戏的基本设计技巧
教会使用java进行游戏设计,开发者了解游戏的基本设计技巧-church for the use of game design, game developers understand the basic design skills
- 2023-08-11 17:40:03下载
- 积分:1
-
改变多种控件风格的示范程序,使用了hook技术实现,值得学习...
改变多种控件风格的示范程序,使用了hook技术实现,值得学习--Example program which can change the styles of many controls, has used hook technology, worth studying
- 2023-06-19 00:05:03下载
- 积分:1