Question

Where can I find information on adding a toolbar to IE like "Snagit" and other tools does?

What I am basically trying to do is add a button, such that when clicked my tool will be launched.

Was it helpful?

Solution

The simple answer: MSDN: Adding Toolbar Buttons

For more, do you have any details on what exactly you're trying to do, the language/environment e.g. C++/MFC/ATL/.NET?

OTHER TIPS

This tutorial will walk you through adding a single toolbar button to the IE toolbar. You can make your target extension be some JScript or a COM object.

www.besttoolbars.net has a platfrom to create IE and Firefox toolbars. They give source code for the final toolbar so that you can have a starting point of your customizations.

This site gives a great detailed walkthrough of how to create an IE toolbar using Visual Studio.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top