Question Windows 10 Form location

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
When i try to move a form to the left side of the screen by setting the location to 0,0. The form will leave a small gap at the edge and i can see the background. Its the same for the right edge and the bottom. The code was working in windows 8, why doesn't it work in windows 10?
 
When i try to move a form to the left side of the screen by setting the location to 0,0. The form will leave a small gap at the edge and i can see the background. Its the same for the right edge and the bottom. The code was working in windows 8, why doesn't it work in windows 10?

What does Screen.PrimaryScreen.WorkingArea tell you about the top, left corner of the desktop? Given that Windows 10 is still pre-release, it's likely an issue withe the OS itself. I'd be inclined to defer anything more than a cursory investigation of that until the first RC build at least.
 
Back
Top