-
提升进程权限到system权限(VB源码)
提升进程权限到system权限(VB源码)-Permissions to the system to enhance the process of competence (VB source)
- 2022-12-29 12:40:03下载
- 积分:1
-
keyboard hook, maiden, for beginners
键盘钩子,处女作,适合初学者-keyboard hook, maiden, for beginners
- 2022-08-11 16:59:30下载
- 积分:1
-
系统托盘和钩子程序例子
系统托盘和钩子程序例子-system tray and hook procedures example
- 2022-02-05 05:11:46下载
- 积分:1
-
Global hook procedures, is a global keyboard hook, realize the keyboard input of...
全局钩子程序,是一个全局的键盘钩子,实现了对键盘输入的HOOK-Global hook procedures, is a global keyboard hook, realize the keyboard input of the HOOK
- 2023-04-19 03:05:04下载
- 积分:1
-
win32api Reference
win32api参考大全,很早以前的收藏
-win32api Reference
- 2022-02-09 16:20:42下载
- 积分:1
-
DLL函数查看器V2.0 可以看看dll里导出地函数
DLL函数查看器V2.0 可以看看dll里导出地函数-Function reader V2.0 of DLL can see the ground function of the derivation in dll
- 2023-01-07 02:30:03下载
- 积分:1
-
易语言完美国际源代码,功能多用,适合新手学习的!
易语言完美国际源代码,功能多用,适合新手学习的!-Easy to perfect the language of international source code, function more suitable for novice learning! ~ ~ ~
- 2022-07-09 05:54:47下载
- 积分: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
-
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录...
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-LaunchDLL first compiler, LaunchDLL.h and then copied to the KeyHook LaunchDLL.lib works directory, LaunchDLL.dll copy of the directory Debug
- 2022-09-26 11:30:02下载
- 积分:1
-
武林好事开四晶体,可以自动化的任务
武林外传开四晶的好东西,可以自动进行任务-Wulin good thing to open four crystals, you can automate the task of
- 2023-06-03 05:45:03下载
- 积分:1