|
|
Docked WTL UI sample
Currently the following classes are used: Docking frameworkMy classes for docking and floating views are described here.Caption PainterPaints a different window caption. Includes a specialized class of my genericCCaptionPainter
class paints a flat looking caption.
It re-engineers the functionality and layout of the standard buttons.
And it removes the system menu and other of the weird never-used widgets
of the normal Windows caption.
TaskBar IconAdds the application to the Windows Task Bar. Installs a new taskbar icon for the application, which reacts on mouseclicks by restoring the application window or presenting a popup menu. The main window is hidden when the application is minimized, but can be restored using the new taskbar icon.More about the class here. Auto Hide panelMy control is described in details here."Recent" Command BarAn Office2000 version of the Command Bar menu.It is an extension to the original WTL CCommandBarCtrl
class. It adds "only show recent menu-items" capabilities to the menu bar.
Get more info about the control here. Dialog ShadowsThis Windows 2000 class adds tiny shadows around your dialog frames. The About dialog uses the shadows in this sample application.The class compiles and runs under previous Windows versions too, but doesn't do anything useful. RTF Tool TipColorful and attractive tool tips using Rich Text formatted text.Get the facts here. Dialog ViewDemonstrate how to use a dialog template as a view window. Fixes tab sequence and control focus issues.Source Code DependenciesMicrosoft WTL 3.1 LibrarySee AlsoMy XP-look User Interface sampleWTL documentation in HTML Help form Download Files
Written by Bjarke Viksoe. Article submitted 6/1/2001.
|
|||