Re: IE Toolbar always visible.
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Fri, 2 Sep 2005 11:41:00 -0400
pragnyan <viveksekar@xxxxxxxxx> wrote:
> The thing you said about a value of the CLSID being added in
> HKEY_CURRENT_USER\Software\Microsoft\Internet
> Explorer\Toolbar\WebBrowser
> {Your CLSID}
>
> I find that there is no entry added here at all of my CLSID(both the
> toolbar's and BHO's).
Maybe you need to implement IPersistStream on your toolbar for that to
appear. I always did, for unrelated reasons. If you implement it, IE
calls your Load and Save methods to allow you to maintain persistent
state, and stores the data in this registry key. It should be sufficient
to implement Load and Save trivially, by retuning S_OK without actually
writing or reading anything.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: IE Toolbar always visible.
- From: pragnyan
- Re: IE Toolbar always visible.
- References:
- IE Toolbar always visible.
- From: pragnyan
- Re: IE Toolbar always visible.
- From: Igor Tandetnik
- Re: IE Toolbar always visible.
- From: pragnyan
- IE Toolbar always visible.
- Prev by Date: Re: IE Toolbar always visible.
- Next by Date: how or can i use visual basic 6.0 to get custom headers (ie. Refer
- Previous by thread: Re: IE Toolbar always visible.
- Next by thread: Re: IE Toolbar always visible.
- Index(es):
Relevant Pages
|
|