login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Introduction
A lot has been already said about extending Windows and ...

Extending Explorer with Band Objects using .NET and Windows Forms - The Code Project - C# Programming
http://www.codeproject.com/csharp/dotnetbandobjects.asp

Categories

/Channels/search

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Introduction

A lot has been already said about extending Windows and Internet Explorer with Band Objects, Browser Bands, Toolbar Bands and Communication Bands. So if you are familiar with COM and ATL you even might have implemented one yourself. Well, in case your were waiting for an easy way to impress your friends with something like Google Toolbar here it is - the .NET way (or should I say Windows Forms and COM Interop way?). In this tutorial I am going to show how to create any of the mentioned above Band Object types with the help of the BandObject control. Later I will also talk about some implementation details of the BandObject.

HTML

<h2>Introduction</h2> <p>A lot has been already said about extending Windows and Internet Explorer with Band Objects, Browser Bands, Toolbar Bands and Communication Bands. So if you are familiar with COM and ATL you even might have implemented one yourself. Well, in case your were waiting for an easy way to impress your friends with something like Google Toolbar here it is - the .NET way (or should I say Windows Forms and COM Interop way?). In this tutorial I am going to show how to create any of the mentioned above Band Object types with the help of the <code>BandObject</code> control. Later I will also talk about some implementation details of the <code>BandObject</code>.</p>