F
Frank S
I have a toolbar add-on that is used in IE6 and IE7 (in C++). One of the
toolbar buttons has an image that is changed to reflect the status of an
external application.
How can I detect when IE is the active application (to update the button
image)? I need a technique that works reliably in both IE6 and IE7.
(The approach I used in IE6, subclassing the browser window and trapping
WM_ACIVATEAPP, causes problems when used in IE7.)
Thanks,
Frank
toolbar buttons has an image that is changed to reflect the status of an
external application.
How can I detect when IE is the active application (to update the button
image)? I need a technique that works reliably in both IE6 and IE7.
(The approach I used in IE6, subclassing the browser window and trapping
WM_ACIVATEAPP, causes problems when used in IE7.)
Thanks,
Frank