RE: [GD-Windows] WA_CLICKACTIVE vs. WM_MOUSEACTIVATE
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-01-30 01:03:17
|
> Do you ever call SetCapture() to capture the mouse? Yes. > And if yes, do you call ReleaseCapture() on deactivate? Yes. This might be related to the overall problem, however, so I'll look into that. Right now I'm capturing the mouse on WM_MOUSEMOVE also, although I don't remember why =) Basically, if I get a WM_MOUSEMOVE and the point is in the client area, then I do a SetCapture(). If I comment this line out, the cursor disappears in the title bar (it's user draw in the client area and system draw outside the window, but in the titlebar nothing happens). I would love to be able to get rid of my calls to SetCapture() though. Brian |