I\'m coding in c++ on windows 10 - straight win32 API.
I wanted to make a window show up in the top right of the screen. As I was doing this, I noticed that screen c
This is because of the width of the window border and other factors, which vary depending on OS version, user preference, and DPI settings. See the GetSystemMetrics function.