摘要:
1.设置窗体属性showinTask=false2.加notifyicon控件notifyIcon1,为控件notifyIcon1的属性Icon添加一个icon图标。3.添加窗体最小化事件(首先需要添加事件引用):// this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);//上面一行是主窗体InitializeComponent()方法中需要添加的引用private void Form1_SizeChanged(object sender, EventArgs e) { if (this.WindowState 阅读全文
posted @ 2012-12-30 11:21
一些记录
阅读(2427)
评论(2)
推荐(2)

浙公网安备 33010602011771号