I have two displays (two monitors) connected to my machine, and I noticed a strange thing happening today. I had an Explorer window open with my compiled exe on my primary d
Screen[] myScreen = Screen.AllScreens; this.Location = myScreen[0].WorkingArea.Location; // Primary Screen this.Location = myScreen[1].WorkingArea.Location; // Secondary Screen