How to develop an IE toolbar with custom buttons
Flash video
Add-in Express™
for Internet Explorer® and Microsoft® .net
How to develop a custom IE Toolbar
This video was captured on Visual Studio 2008 with Add-in Express 2008 .NET for Internet Explorer 4.0 installed. From this video, you will learn how to create and register a simple add-on for IE 6 and IE 7, how to develop a custom Internet Explorer toolbar and place a button on it. The toolbar is a descendant of UserControl. Therefore, it's easy for you to know how to use it. To show a custom toolbar, you add a toolbar component to your Internet Explorer add-on project, create an item in the Toolbars collection of the IE module, and bind the toolbar component to the item. Now, in the item's properties, you can specify visualization options of your IE toolbar.
See also an example of how to add a custom button and menu item to the IE toolbar in the Add-in Express for Internet Explorer Developer's Manual.
List of available flash videos for AAdd-in Express .NET for Internet Explorer
- How to develop a custom IE Toolbar
- How to build a custom Explorer bar for IE 6 and IE 7
- How to add a custom IE menu item / command
- How to create a custom keyboard shortcut in IE
- How to create a context menu item in IE


