Hello All,
I was wondering if anybody knows of an API call that tells you
what the "hit test" is of your current mouse position. DefWindowProc
processes the WM_NCHITTEST message and returns the "hit test" but
I'm not having any luck getting this value. I have tried to call
DefWindowProc directly to get the return value but it always
returns zero.
------------------
Cheers
I was wondering if anybody knows of an API call that tells you
what the "hit test" is of your current mouse position. DefWindowProc
processes the WM_NCHITTEST message and returns the "hit test" but
I'm not having any luck getting this value. I have tried to call
DefWindowProc directly to get the return value but it always
returns zero.
------------------
Cheers
Comment