Hi everybody,
I want to detect click events on title bar of the form.Is there any
method which can track the mouse movements of title bar of the for.
Thanks in advance
Printable View
Hi everybody,
I want to detect click events on title bar of the form.Is there any
method which can track the mouse movements of title bar of the for.
Thanks in advance
You're going to have to subclass the WM_NCLBUTTONDOWN (or UP, whatever).
Here's some reference: MSDN Mouse Input Reference