Hi, dont know about the C+++ but just to offer you an alternative idea in the meantime is objectdock,
lets you organise numerous docks and add in any shortcuts to programs and running tasks.
Uisng this tool myself I can manage everything, reduce the size of the docks even hide them.
http://www.stardock.com/pr
Main Topics
Browse All Topics





by: DanRollinsPosted on 2009-11-02 at 15:22:11ID: 25724824
Taskbar Shuffle http://nerdcave.webs.com/ .. has that capability, so it certainly does seem possible.
.
This guy has written a similar tool, borg/
wsTaskborg
http://w-shadow.com/wstask
And rather than patenting or hiding his methods, he describes it quite completely here:
Manipulating Taskbar Buttons 006/10/01/ manipulati ng-taskbar -buttons/
http://w-shadow.com/blog/2
It boils down to the fact that the taskbar is just a ToolbarWindow32 (see http://msdn.microsoft.com/ en-us/libr ary/bb7604 35(VS.85). aspx)) and will accept and process message sent to it. If the article is not clear enough (though it looks very well written to me) then you can do some addtional exploration by using Spy++ to track the message sent to the taskbar window.