RE: [GD-Windows] WA_CLICKACTIVE vs. WM_MOUSEACTIVATE
Brought to you by:
vexxed72
From: Nathan R. <Nat...@te...> - 2002-01-29 23:49:00
|
Are you even recieving WM_NCHITTEST messages? If anything, that might prove useful in tracking down which window is the culprit.. -----Original Message----- From: Brian Hook [mailto:bri...@py...] Sent: Tuesday, January 29, 2002 5:40 PM To: gam...@li... Subject: RE: [GD-Windows] WA_CLICKACTIVE vs. WM_MOUSEACTIVATE > Oddly enough, I'm also not receiving WA_CLICKACTIVE in > WM_ACTIVATE...curiouser and curiouser. Okay, it's gone from curious to annoying. If I click on my app's title bar, I get WM_MOUSEACTIVATE and WM_ACTIVATE/WA_CLICKACTIVE. If I click in the client area, however, I only get WM_ACTIVATE/WA_ACTIVE. It's a pretty vanilla window. The only thing I can think of is that some of the documentation throws around "Child window" as a term a lot, and since the only child windows I have are created by Windows (title bar, system menu), that my problem lies with that. Brian _______________________________________________ Gamedevlists-windows mailing list Gam...@li... https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows |