C#如何应用程序一打开是就显示在托盘二不显示在状态栏中C#如何应用程序一打开是就显示在托盘二不显示在状态栏中[解决办法]Form1.ShowInTaskBar = false;private System.Windows.Forms.NotifyIcon notifyIcon1;(托盘控件)