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
Printable View
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
It's stored in the lParam argument. The LoWord is the x value, and the HiWord is the y value.