I’m developing an add-on to Internet Explorer and I wish to add a button to the standard toolbar. All I could find is how to make my own toolbar.
Any one can point me to the right direction?
Thanks,
Eden
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This tutorial explains how to do it. Basically you enter some registry keys that tell IE what to do when your button is clicked, as well as some info about the button (text, icon, etc).
Beware: the default location of your button in IE7 and IE8 will probably be in the overflow area of the Command Bar, even if you set
Default Visibletoyes. There is nothing you can do about this.Also: you can’t change the button icon once IE has started, and you can’t have a drop-down menu for your button.