Custom IE toolbar button
- From: "SANTANDER" <santander@xxxxxxxxxxxxxx>
- Date: Fri, 10 Aug 2007 01:25:40 +0300
I need some help with VBScript programming.
I want to add a custom button to the IE toolbar, that does some custom
action, such as launching favorite and most used program, or a document,
multimedia player, or anything; even URLs. Same as standard IE toolbar
buttons, custom button need have text under icon and Tool Tip, same as
standard IE toolbar buttons. I find some example to add a button using the
minimum properties
http://www.codeproject.com/useritems/CorKatIEExtension.asp
// set the properties
iee.ButtonText = "MyButton";
iee.ApplicationPath = "c:/path/filename.exe";
iee.HotIcon = "c:/path/hoticon.ico";
iee.Icon = "c:/path/icon.ico";
// call the registry creation function for a button
iee.CreateRegistryEntry_Button();
I need VBScript that will add buttons, as well as delete them if they're not
needed anymore. This VBScript when launched show user GUI where we can
specify configuration options: apps to launch, Default icon, Button Text,
Tool Tip when the mouse over a button.
I'm wondering if someone can help with this.
Regards,
santander
.
- Follow-Ups:
- Re: Custom IE toolbar button
- From: mr_unreliable
- Re: Custom IE toolbar button
- Prev by Date: Re: converting string() to variant()
- Next by Date: Re: search for string
- Previous by thread: Re: converting string() to variant()
- Next by thread: Re: Custom IE toolbar button
- Index(es):