问题描述
protectedoverridevoidOnResize(EventArgse){if(WindowState==FormWindowState.Minimized){//最小化时所需的操作//this.Location=newPoint(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width-this.Width,System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height-this.Height);this.Visible=false;//this.Location=newPoint(System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width-this.Width,System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height-this.Height);}}publicvoidTrayIcon_Click(objectsender,System.EventArgse){this.Visible=true;this.WindowState=System.Windows.Forms.FormWindowState.Normal;this.Show();this.TopMost=true;if(!this.Focus()){this.TopMost=false;}}#endregion
解决方案
解决方案二:
标题中“动画"后有个逗号
时间: 2024-11-01 03:41:26