Because I did not found a befitting Control to create and manage Docking-Floating windows,
I tried to build the DockWnd Control as a DLL.
I rewritten the old DockWnd.dll as a Static Library and it is just like Visual Studio 6.0 in the appearance.
Using Static Library, you can include this in your projects.
You can use this library in Assembly and C/C++ projects.Therefor, I have included two files.
One named DockWnd.inc for Assembly projects and another named DockWnd.h for C/C++ projects.
This Control is easy to use for any type application and it is accompanied with an Application to understand its usage.

Note:
The Control is upgraded on 9 June 2010.
I have added functionality in menu View.
Before use this, read the ReadMe text file.
Manos.