The CToolTipBar class provides ToolTips and FlyBy functionality for
applications that normally derive or instantiate their toolbars from
the CToolBar class in MFC. This is a direct replacement for CToolBar
and its use is identical, with the exception of enhancements to support
ToolTips and FlyBy's.

All source code included with this package is PUBLIC DOMAIN and is NOT
copyrighted in any way.

See TOOLTIPB.CPP and TOOLTIPB.H for implementation and documentation.
See TIP_TEST.EXE for an example of the CToolTipBar class in action.

This sample application is coded as a MFC application. It was generated
by AppWizard and very few modifications were made. Code specific to
CToolTipBar are the last several lines of MAINFRM.CPP. Instantiating a
CToolTipBar class is shown in MAINFRM.H.

Please let me know what you think. See the About Box for more information.

Todd Osborne

INTERNET: toddos@aol.com

MFC and AppWizard are copyright and registered trademarks of Microsoft
Corporation. ToolTips may be copyright by Microsoft, but I could not find
any specific reference to this.

