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
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
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Forum Rules