G
Guest
Is there any way to determine the state of the mouse buttons during a
WM_NCHITTEST message? I have a situation where I need to perform custom
logic during a WM_NCHITTEST messsage (by overriding a form's WndProc method),
but the logic should only be implemented if the left mouse button is pressed.
I am familiar with Windows.Forms.Control.MouseButtons, but that property is
not updated until after the WM_NCHITTEST occurs.
Thanks for any help!
Lance
WM_NCHITTEST message? I have a situation where I need to perform custom
logic during a WM_NCHITTEST messsage (by overriding a form's WndProc method),
but the logic should only be implemented if the left mouse button is pressed.
I am familiar with Windows.Forms.Control.MouseButtons, but that property is
not updated until after the WM_NCHITTEST occurs.
Thanks for any help!
Lance