Results 1 to 2 of 2

Thread: Finding Bottom right of the screen

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    183

    Finding Bottom right of the screen

    I want to move my window to the bottom right of the screen, any ideas how to find the location of the bottom right?

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    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
    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width