Toolbar Button not calling IOleCommandTarget::QueryStatus

From: Terry (Terry_at_discussions.microsoft.com)
Date: 10/23/04


Date: Sat, 23 Oct 2004 09:45:03 -0700

Running XP SP2 IE6.0.

I have implemented a toolbar button that invokes a COM object. the COM
object implements IOleComandTarget.

I Have found that IOleCommandTarget::QueryStatus is called nearly often
enough. So does anyone know how I can force IE to QueryStatus just after I
have handled a click. Is there a windows message I can send? Is there and
interface available from IWebBrower2 that I can use?

Thanks