views:

145

answers:

3

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.

+1  A: 

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?

Chris Hynes
VB.NET or C#. I am trying to create a small screen capture screen, but will allow the user to persist the capture to database with additional info.
Saif Khan
+1  A: 

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.

jeffamaphone
+1  A: 

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.

Tom Handelman