Custom IE toolbar button

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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

.


Quantcast