-
该程序可以攫取金山词霸的编辑窗口的文本。
该程序可以攫取金山词霸的编辑窗口的文本。-the procedure can grab Kingsoft the text edit window.
- 2023-01-10 15:55: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
-
yan can have your own Hotkey. here are the source codes
自己编写不依赖于操作系统的快捷键的程序热键调用-yan can have your own Hotkey. here are the source codes
- 2022-02-03 10:40:03下载
- 积分:1
-
The meeting procedures are procedures, the next to wear the corresponding D
这个是见面程序程序,,下一个穿相应的D-The meeting procedures are procedures, the next to wear the corresponding D
- 2022-10-29 14:55:03下载
- 积分:1
-
一个在pb下调用键盘钩子的具体例子,可以直接使用
一个在pb下调用键盘钩子的具体例子,可以直接使用-Pb call of a specific example of a keyboard hook, you can directly use
- 2023-02-05 06:15:03下载
- 积分:1
-
delphi 鼠标钩子程序
delphi 鼠标钩子程序-mouse hook procedures
- 2022-07-23 17:51:17下载
- 积分:1
-
a package of over 500 Windows API control (254KB)
一个封装了500多个Windows API的控件(254KB)-a package of over 500 Windows API control (254KB)
- 2023-01-18 13:05:03下载
- 积分:1
-
键盘和鼠标钩子DLL源代码,可以显示在任何程序…
键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
- 2022-01-26 17:03:38下载
- 积分:1
-
获取输入框密码(Windows98下通过),会在SysTray上显示一双始终盯着鼠标的眼睛,能将密码复制到剪贴板的一个例子...
获取输入框密码(Windows98下通过),会在SysTray上显示一双始终盯着鼠标的眼睛,能将密码复制到剪贴板的一个例子-Access to the password input box (Windows98 through), will be displayed on SysTray always a pair of eyes staring at the mouse, the password can be copied to the clipboard, an example of
- 2022-04-18 03:21:43下载
- 积分:1
-
使用一个全局的Hook,实现应用程序的独占使用。
使用一个全局的Hook,实现应用程序的独占使用。-The use of a global Hook, to achieve the application" s exclusive use.
- 2022-06-29 23:15:19下载
- 积分:1