Hi, 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.
Hi, 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.
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?
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.