2007年6月22日
摘要: 1.设置窗体属性showinTask=false 2.加notifyicon控件notifyIcon1,为控件notifyIcon1的属性Icon添加一个icon图标。 3.添加窗体最小化事件(首先需要添加事件引用): // this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged); //上面一行是主窗体Init... 阅读全文
posted @ 2007-06-22 11:19 hzman 阅读(6480) 评论(0) 推荐(0) 编辑