How to create a dockable form that acts like Windows taskbar?
I have been through MFC document, reading about AppBarData stuff.. well it just gives me a clue, but I have trouble convert its C++ code sample to Delphi.
Docking in Delphi, so far I can see it is all about docing controls in the same app. But I want it to dock with desktop. Like MS Office start bar.
http://torry.spang.org/vcl/forms/apbar14.zip
It claims to do exactly what you want to do
The Neil