Add on in IE 4 & 5.x
-
Hi, Please provide some tips for adding on my controls to IE4.x or IE5.x browser, Like HotBar, Yahoo!!... If possible, Please provide some good source code links!! TIA
This is very simple. You have to create a Deskband but register it under the toolbar section. I am working on an article and a ATL object wizard to do just this. I have samples but nothing that is in a releasable state. There is information on MSDN for creating Deskbands, search for IDeskBand, it has a hello world type sample, really lame. I am hoping by end of week I will have my information posted. If you have specific questions let me know. I have posted a ATL Object wizard to create deskbands. It's a starting point without having to understand alot of the documentation of IDeskBand. http://www.codeproject.com/useritems/RBDeskBand.asp -Erik