|
|
|
date: Sat, 1 Oct 2005 17:21:50 +0300,
group: microsoft.public.inetsdk.programming.html_objmodel
back
Programatically load an IE toolband
Scenario:
1. An instance of IE is running.
2. A new BHO/toolband extension is registered.
3. The toolband is not available to already running IE instances
(right-clicking the rebar does not show the menu item for the new toolbar);
in the new IE instances it does.
Question:
Is there any possibility to cause, in a running instance of Internet
Explorer, to programatically instruct IE to load a toolband extension (or an
extension of any kind) from registry?
(Just as IE probably does at startup, enumerate extension keys/values,
instantiate the COM objects, add a band in parent rebar for each of the
toolbars etc.)
A similar mechanism exists, for example, when the proxy settings are
changes, using InternetSetOption function with
INTERNET_OPTION_REFRESH flag.
Is there a similar mechanism implemented for toolband objects?
Many thanks,
Cristian
date: Sat, 1 Oct 2005 17:21:50 +0300
author: Cristian Amarie
|
|