摘要:
1.设置窗体属性showinTask=false 2.加notifyicon控件notifyIcon1,为控件notifyIcon1的属性Icon添加一个icon图标。 3.添加窗体最小化事件(首先需要添加事件引用):? // this.SizeChanged += new System.EventHandler(thi... 阅读全文
posted @ 2009-01-07 22:39
追梦人RUBY
阅读(1722)
评论(0)
推荐(1)
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Di... 阅读全文
posted @ 2009-01-07 21:14
追梦人RUBY
阅读(506)
评论(0)
推荐(0)