RE: [GD-Windows] WA_CLICKACTIVE vs. WM_MOUSEACTIVATE
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-01-30 01:17:58
|
> This might be related to the overall problem Well, removing SetCapture() allowed me to get those messages. > 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). The above remains a problem -- I can get rid of the calls to SetCapture() if I'm willing to live with an invisible cursor on the titlebar. This is rather bothersome since it makes moving the window around very difficult. -Brian |