Results 1 to 2 of 2

Thread: WM_LBUTTONDOWN xPos and YPos ?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Posts
    17

    Question WM_LBUTTONDOWN xPos and YPos ?

    how do i get the windows
    WM_LBUTTONDOWN xPos and YPos
    not only from my application
    but from any application
    the WM_LBUTTONDOWN xPos and YPos that windows get
    from any program

  2. #2
    Megatron
    Guest
    It's stored in the lParam argument. The LoWord is the x value, and the HiWord is the y value.

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