I want to move my window to the bottom right of the screen, any ideas how to find the location of the bottom right?
Printable View
I want to move my window to the bottom right of the screen, any ideas how to find the location of the bottom right?
:)Code:GetSystemMetrics(SM_CXSCREEN) //width of the screen, AKA all the way to the right
GetSystemMetrics(SM_CYSCREEN) //height of screen, AKA all the way to the bottom