Hello again,
so I saw this novel method to initiate dragging of a window:
It tricks window into thinking that the title bar is mousedown'ed. The problem is I need to know when the user has finished dragging (i.e mouseupped), but the message for that seems to be intercepted by windows somehow.Code:SendMessage(hWnd, WM_NCLBUTTONDOWN, HTCAPTION,0);
Is anyone familiar with the trick and know how to get the mouse-up of this thing? Otherwise, I'll actually have to implement an actual dragging routine, and that will probably be annoying..
Cheers, and thanks in advance!



LinkBack URL
About LinkBacks


