111,131
社区成员
发帖
与我相关
我的任务
分享
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
notifyIcon1.Icon = new Icon("appicon.ico");
notifyIcon1.Text = "Form1 (NotifyIcon example)";
notifyIcon1.Visible = true;