Customize IE to make a toolbar visible

B

brochu121

Does anyone know of a way to make a toolbar visible in IE through
automation? I am not speaking about the InternetExplorer.ToolBar that I
have run into on MSDN, but rather want to make a toolbar such as
Yahoo's visibilbe through running my script.

How would I do this.

Thanks,
Dave
 
R

Roger Upole

This does the trick for Google toolbar:

import win32com.client
ie=win32com.client.Dispatch('internetexplorer.application')
ie.Visible=1
ie.ShowBrowserBar('{2318C2B1-4965-11d4-9B18-009027A5CD4F}',True,0)

You should be able to just substitute the GUID for the Yahoo toolbar.

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top