RE: [GD-Windows] WA_CLICKACTIVE vs. WM_MOUSEACTIVATE
Brought to you by:
vexxed72
From: Brian H. <bri...@py...> - 2002-01-29 23:39:38
|
> 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 |