摘要:
【转载】首先在窗体中添加一个 notifyIcon1控件 ,Then://添加事件《实现最小化之后任务栏显示图标》 private void Form1_StyleChanged(object sender, EventArgs e) { if (this.WindowState == FormWindowState.Minimized) { this.notifyIcon1.Visible = true; this.Visible = false; ... 阅读全文
posted @ 2013-11-27 16:31
MasonChi
阅读(420)
评论(0)
推荐(0)

浙公网安备 33010602011771号