if(Screen.AllScreens.Length>1) { this.Left = Screen.AllScreens[1].Bounds.Width; this.WindowState = FormWindowState.Maximized; }