Show Form on Second Monitor

Code Example - Show Form on Second Monitor

                
                        if (Screen.AllScreens.Length > 1)
    myForm.Location = Screen.AllScreens[1].WorkingArea.Location;