Win32++ is a C++ library used to build windows applications. It is a simple, open source alternative to MFC. Win32++ supports the C++ compilers from GNU and Microsoft. It is an ideal starting point for anyone learning to program for windows, but also caters for the needs of professional developers.
A C# Docking-form. End-goal is the same level of docking
functions as found in the VStudio .NET Documentation application.
Use should be as simple as inheriting the DockingForm class, no use
of dockingmanagers and such.