How to Host a Toolbar in my application



ImPacino
07-09-2005, 10:08 PM
I wrote a webbrowser based on webbrowser component. Now I want to show
Internet Explorer Toolbars in my application (on coolbar etc.), for
example, Alexa Toolbar. I've got the CLSID for the Alexa Toolbar; what should
I do next? Thank you.

HKEY_CLASSES_ROOT\CLSID\{3CEFF6CD-6F08-4e4d-BCCD-FF7415288C3B}
InprocServer32 C:\WINDOWS\system32\SHDOCVW.DLL
ThreadingModel: Apartment
Instance: {4D5C8C2A-D075-11D0-B416-00C04FB90376}
InitPropertyBag:res://AlxTB1.dll/CHTML/bootstrap.html

Jon Kennedy
07-09-2005, 10:08 PM
Check out the MSDN for possible help, for instance:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/faq/ietoolbar.asp

--

Jon R. Kennedy
Charlotte, NC, USA
jkennedy2@carolina.rr.com

"ImPacino" <ImPacino@discussions.microsoft.com> wrote in message
news:7E5D29CE-3314-420B-BF91-4C142FAE8539@microsoft.com...
>I wrote a webbrowser based on webbrowser component. Now I want to show
> Internet Explorer Toolbars in my application (on coolbar etc.), for
> example, Alexa Toolbar. I've got the CLSID for the Alexa Toolbar; what
> should
> I do next? Thank you.
>
> HKEY_CLASSES_ROOT\CLSID\{3CEFF6CD-6F08-4e4d-BCCD-FF7415288C3B}
> InprocServer32 C:\WINDOWS\system32\SHDOCVW.DLL
> ThreadingModel: Apartment
> Instance: {4D5C8C2A-D075-11D0-B416-00C04FB90376}
> InitPropertyBag:res://AlxTB1.dll/CHTML/bootstrap.html


How to Host a Toolbar in my application