-
屏幕抓词的技术实现文档
屏幕抓词的技术实现文档 -Document about screen word capturing
- 2022-08-23 11:11:16下载
- 积分:1
-
CLASM 类
CLASM 类-CLASM category
- 2022-08-10 23:37:52下载
- 积分: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
-
一个实现获取各种路径的实例(文件路径、windows 路径、system路径)...
一个实现获取各种路径的实例(文件路径、windows 路径、system路径)-access to a variety of paths to achieve examples (paper trails, windows path system path)
- 2022-01-21 17:52:15下载
- 积分: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
-
Two of a Kind plug, can help you automatically plug
对对碰外挂,可以帮你自动玩游戏的外挂。编译通过-Two of a Kind plug, can help you automatically plug-playing games. Compiled through
- 2022-01-28 11:28:53下载
- 积分:1
-
dxd11 hook C++源码 内含x86 x64hook引擎,可以HOOK任意函数
dxd11 hook C++源码 内含x86 x64hook引擎,可以HOOK任意函数
- 2022-07-25 23:46:45下载
- 积分:1
-
连连看过关辅助程序。详细阅读readme.txt文件
连连看过关辅助程序。详细阅读readme.txt文件-1000 block of Terry Avenue auxiliary clearance procedures. Carefully read the readme.txt file
- 2022-02-01 08:27:07下载
- 积分:1
-
Hook technology before learning to write small program, using the mouse hook ope...
以前学习hook技术写的小程序,采用hook鼠标操作,当鼠标左右键同时按下的时候自动将当前活动的窗口隐藏起来,再次按下鼠标的左右键的时候恢复隐藏的窗口。-Hook technology before learning to write small program, using the mouse hook operation, when the mouse around at the same time press the button when the current activities will automatically hide the window again by pressing the left and right mouse button when the restoration of a hidden window.
- 2022-02-11 12:33:01下载
- 积分:1
-
Realize the use of hook menu shadow effect may have had a lot of people like me,...
利用钩子实现菜单阴影效果
也许有很多人曾和我一样, 对Office XP里面的菜单的阴影效果羡慕不已,它不需要在Windows XP 中就可以在菜单后面显示阴影, 当然在Windows XP中, 已经完全支持菜单阴影了。虽然我们不一定很有必要自己来实现这个较难实现的效果。但是正如有很多人想实现那种IE风格的菜单栏一样,尽管它 们并不能为我们带来更多实用的功能, 却可以使我们的程序看起来与众不同
-Realize the use of hook menu shadow effect may have had a lot of people like me, for Office XP menu inside the shadow of the effect of envy, it does not need in Windows XP can be displayed in the menu behind the shadow, of course, in Windows XP, has been completely support of the shadow of the menu. Although we may not be necessary to achieve their own more difficult to realize this effect. But, as has a lot of people would like to realize the kind of IE-style menu bar as, although they have not been able to bring us more useful features, but the procedure allows us to look different
- 2023-07-31 18:20:04下载
- 积分:1