-
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
-
advnvecd installer in Visual Basic... just file number 4.
advnvecd installer in Visual Basic... just file number 4.
- 2022-09-20 15:50:03下载
- 积分:1
-
开源项目smack的API文档,研究XMPP的入门选择。
开源项目smack的API文件,研究XMPP的入门之选。-Open source project smack the API documentation, study entry XMPP choice.
- 2022-02-25 03:54:47下载
- 积分:1
-
accpPPt30test
北大青鸟accpPPt3.0test课件(Beida Jade Bird accpPPt3.0test Courseware)
- 2008-08-04 10:33:56下载
- 积分:1
-
ANSYS
说明: ANSYS单元的中文翻译,详细介绍了各单元的用途.(Chinese translation of ANSYS element, setting out in detail the use of the unit.)
- 2008-08-27 10:38:50下载
- 积分:1
-
thf
我重写和增加了许多功能,希望这个网格控件能对需要的人有帮助,不错(I rewrite and strengthen the function of many, hope that the grid control can help people in need, is good)
- 2017-04-09 00:15:33下载
- 积分:1
-
LedshowTW2012 user manual
LedshowTW2012 user manual
- 2020-06-20 16:40:02下载
- 积分:1
-
118_BUS
用于电力系统分析的IEEE118节点的典型系统结构(Power System Analysis for the IEEE118 system structure of a typical node)
- 2021-01-16 17:08:44下载
- 积分:1
-
this ian queue.c file
this ian queue.c file
- 2023-05-01 01:55:03下载
- 积分:1
-
C#主控明细数据库显示操作实例
C#主控明细数据库显示操作实例,测试数据库为Access,此方面有需求的可下载本实例代码。
- 2022-08-07 00:33:44下载
- 积分:1