-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1
-
小波域数字图像水印算法MATLAB实现代码
小波域数字图像水印算法MATLAB实现代码-wavelet domain digital image watermarking algorithm in MATLAB code
- 2022-08-07 15:29:02下载
- 积分:1
-
双向开关式Vienna
说明: 基于双向开关管式的Vienna 拓扑的仿真,可实现基本功能。(Based on the simulation of the two-way switch-tube Vienna topology, the basic functions can be realized.)
- 2020-06-18 02:00:02下载
- 积分:1
-
LinkTest
自己联系的链表实现代码,请大家一起学习!(Contact the linked list to achieve the code, please learn together!)
- 2018-03-15 18:15:38下载
- 积分:1
-
解决manjaro安装过程由于显卡驱动问题造成的卡死现象
说明: 解决manjaro安装过程由于显卡驱动问题造成的卡死现象,
开机进入bootloader选择nofree,光标移动到Boot,按E,在删除drive=xxx一直到空格的一串,添加代码。(To solve the problem of jamming caused by graphics card driver during the installation of manjaro,
Boot into bootloader select no free, move the cursor to Boot, press E, delete drive = XXX until the blank string, add code.)
- 2020-06-24 04:20:01下载
- 积分:1
-
matlab基于Relief算法
matlab基于Relief算法的特征权重选择,有效地选择出了权重数据(Based on the feature weight selection of Relief algorithm, the weighting data are effectively selected)
- 2021-03-08 09:09:28下载
- 积分:1
-
http.rar
http.rar
- 2022-03-22 16:56:50下载
- 积分:1
-
- 2022-05-15 01:02:21下载
- 积分:1
-
TY-skill V18.01
说明: 一份skill文件,里面是TY-skill V18.0.1版本,allegro平台使用(A skill file, in which ty skill v18.0.1 is used by Allegro platform)
- 2020-01-06 17:36:54下载
- 积分:1
-
此代码为在.net环境下 用c#进行数据库编程的核心功能代码 希望对网友们又帮助...
此代码为在.net环境下 用c#进行数据库编程的核心功能代码 希望对网友们又帮助-in this code. Net environment with a database c# programming code of the core functions of the website hope it helped
- 2023-07-10 04:15:02下载
- 积分:1