Yahoo! Companion
-
Yahoo created an activeX control that is created when every instance of IE starts. I don't know how exactly they accomplished this. But, you could alternatively use a COM object and register it as a toolbar inside IE. The COM object would need to support IDeskBand. If this is the route you decide to implement, my article under ATL creates the necessary classes in your com object to get you started. Hope it helps.
-
Yahoo created an activeX control that is created when every instance of IE starts. I don't know how exactly they accomplished this. But, you could alternatively use a COM object and register it as a toolbar inside IE. The COM object would need to support IDeskBand. If this is the route you decide to implement, my article under ATL creates the necessary classes in your com object to get you started. Hope it helps.