Is there a way to get mouse events from a non-client area of a control?
I tried to override the WndProc of the control but it doesnt seem to get any WM_NCMOUSEMOVE Messages.
I also seek a way to change the mouse cursor when its on the non-client area, even if i change the cursor property of the control the cursor still becomes an arrow when the mouse is over the non-client area
thanks in advance