Prior to this question, I asked this one:
I tried with the Code Project source code, which I can't make it work on the Windows Shell Taskbar either.
I also tried using the EZShellExtensions.NET library trial, which seems to work fine with Internet Explorer, but I can't have it on the Windows Shell.
Then, there's this GitHub native code in C++ which I gave a try by downloading and compiling it, and it doesn't look like it works either.
Notice that when implementing the IDeskBand interface, I did implement the IDeskBand2 as well because I need it to work on Windows 7.
Any other useful information may be provided upon request since I really don't know what to provide as useful information other than what is already in.
I know there's a slight difference between an ExplorerBar and a ToolBar, and that is where to register it. I've been working on this for days, I just can't make it.
So, where to register a desk-band in the registry to make it appear as a Toolbar option in the Taskbar contextual menu of Windows 7?