L
Lloyd Dupont
I want to know wether the application is active or not.
I have inspector/tool windows, not attached to a particular window.
and I want to hide/show them wether or not my aplication is active.
I've tried to setup an IMessageFilter listening for:
const int WM_ACTIVATEAPP = 0x001C;
but it's never dispatched! (in the IMessageFilter)
Any other suggestion?
--
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
I have inspector/tool windows, not attached to a particular window.
and I want to hide/show them wether or not my aplication is active.
I've tried to setup an IMessageFilter listening for:
const int WM_ACTIVATEAPP = 0x001C;
but it's never dispatched! (in the IMessageFilter)
Any other suggestion?
--
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>