Is it possible to get the messages %WM_MOUSEMOVE, %WM_LBUTTONDOWN and
%WM_LBUTTONUP messages sent to a DialogProc? You can get %WM_NCHITTEST
everytime the mouse is moved or a button pressed, but this gives the
mouse position only and does not say whether it was triggered by a mouse
move or button click.
%WM_LBUTTONUP messages sent to a DialogProc? You can get %WM_NCHITTEST
everytime the mouse is moved or a button pressed, but this gives the
mouse position only and does not say whether it was triggered by a mouse
move or button click.
Comment