>> I'm trying to do two things here:
>>
[quoted text clipped - 28 lines]
>Why not use that to allow the user to select their version of the "links" folder
>to store your links in.?
It's an installer, that must limit its user interaction.
>As for the registry entries for the links bar, if the user has never enabled the links bar,
>the registry entries don't exist.
>
>As for enabling the links bar from your program.
>Not sure it can be done from outside of IE, but I'm a newbie.
Actually I found a way, google "showbrowserbar" and VB6 and there is a
code snippit from MSFT/MSDN/KB that shows how to do it as you
described below.
>However there is a ShowBrowserBar Method
>Shows or hides a specified browser bar.
[quoted text clipped - 26 lines]
>
>hth
Thanks for the suggestions... I've decided not to turn on the browser
links bar automatically, so that part of my problem is dead (and is
the one part that I did finally solve).
As to finding the Favorites/Links, that is still a challenge, and we
may have to give it up so to speak. The biggest issue is that for
non-English users both Favorites and Links can be non-English words.
So I can't assume the text in those cases.
Larry Serflaten - 17 Mar 2008 19:14 GMT
> As to finding the Favorites/Links, that is still a challenge, and we
> may have to give it up so to speak. The biggest issue is that for
> non-English users both Favorites and Links can be non-English words.
> So I can't assume the text in those cases.
What entries do you see at:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar
I see a LinksFolderName item that contains "Links"
Might that suit your needs?
LFS
PeterD - 17 Mar 2008 23:42 GMT
>> As to finding the Favorites/Links, that is still a challenge, and we
>> may have to give it up so to speak. The biggest issue is that for
[quoted text clipped - 8 lines]
>Might that suit your needs?
>LFS
The key is not present on all machines/all versions of IE... If it
were there, that would solve my problem! <bg> (And I wish it was.)