Band
-
Hi, I read the Codeproject's DeskBand article but not found in detail..can you provide me some links that provde indepth article with examples of Band in IE4.x or later.
Here's the best link with an example (almost "hello world" like).
http://msdn.microsoft.com/library/psdk/shellcc/shell/Bands.htm#ch_shell_bandsThere was a MSJ article a few months back also that discussed deskbands using MFC wrapper classes that the author had built. http://www.microsoft.com/msj/defaultframe.asp?page=/msj/1199/bandobj/bandobj.htm
-
Here's the best link with an example (almost "hello world" like).
http://msdn.microsoft.com/library/psdk/shellcc/shell/Bands.htm#ch_shell_bandsThere was a MSJ article a few months back also that discussed deskbands using MFC wrapper classes that the author had built. http://www.microsoft.com/msj/defaultframe.asp?page=/msj/1199/bandobj/bandobj.htm
-
Hi, Thanks for the reply. Do Direct Hit or Yahoo toolbar are based on Band if not how they do this? Do you have any example...or may be link? Thanks a lot.
Sarose, I don't know what Direct Hit is? I have never seen or heard of it before. For the Yahoo Toolbar, I believe it is is just an ActiveX control which is attaching a toolbar to the Application. It does not support IDeskBand, so it must be attaching a toolbar to the window via some other means. -Erik
-
Hi, Thanks for the reply. Do Direct Hit or Yahoo toolbar are based on Band if not how they do this? Do you have any example...or may be link? Thanks a lot.