Hi,

how can I convert xy-coordinates to the lParam-value used in PostMessage?
It must be something like lParam = y*&HFFFF+x, but this doesn't work.
VB Code:
  1. PostMessage hwnd, WM_LBUTTONDOWN, 1, lParam
thanks,
Quix