Click here to Skip to main content
15,881,380 members
Articles / Desktop Programming / WTL

WTL Docking Windows

Rate me:
Please Sign up or sign in to vote.
4.89/5 (73 votes)
21 Nov 20077 min read 825.5K   14.1K   215  
This is an implementation of docking windows for the WTL library
WTL Docking windows Version 0.8.83
-------------------------------------------------

Major changes in this release:

* The size of the DFDOCKPOS structure has changed so please remove registry
entrys of your existing applications if you decide to upgrade to the current
version.
* The classes CStateKeeper and CTitleExDockingWindowImpl are obsolete.
They are currently kept for backward compatibility, You will not need to
use these classes because the CTitleDockingWindowImpl class provide their
functionality.
* Added tabbed docking window support. Take a look at SDITabbedSample,
The tabs depend on CoolTabCtrls.h and DotNetTabCtrl.h written by
Bjarke Viksoe, Daniel Bowen and Pascal Binggeli.
There will soon be a Codeproject article by Daniel Bowen (dbowen@es.com)
describing these files and their classes.
Please get the latest versions of these files from the article or from him.

A lot of thanks to Daniel Bowen who help me much with tabbed stuf.
Numerous people (Robert Edward Caldecott, Maxim Litvinov,
Leonid Chernov, I've missed many, apologies) have sent me great
feedback and have helped me catch and fix bugs.I really appreciate
the bug reports, all suggestions and feedback I have received.
Thanks to all of you!

Please submit bug reports and comments to:kidd@ukr.net.
Please excuse me if I won't answer till 10 june.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer
Ireland Ireland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions