TabFrame, ToolTip and Toolbar Demonstration
===========================================

This archive contains a demonstration of three Visual Basic
custom controls :-

    1) TabFrame which provides tabbed dialogs.
    2) ToolTip which provides MS style tooltips and several other
       context sensitive help features such as mouse, menu and
       focus tracking events.
    3) Toolbar which provides dockable toolbars (just like Word V6,
       Excel V5, Access V2 etc).

This latest version includes an enhanced toolbar control which supports
256 colour bitmaps and allows toolbars to be designed using a library of
individual button images rather than requiring then images to be merged
into a single bitmap externally.

These controls have been designed to work together in order to
enable the implementation of a modern user interface with the minimum
of effort. The features supported have been modelled on those included
in many of the major applications and which are rapidly becoming standard
parts of the Windows user interface.

The files contained in the archive are :-

    README.TXT    This file
    DEMO.MAK      Project file for the demonstration.
    MDIDEMO.FRM   Main demonstration form.
    TABDEMO.FRM   TabFrame control demonstration.
    TIPDEMO.FRM   ToolTip control demonstration.
    BARDEMO.FRM   Toolbar control demonstration.
    REGISTER.FRM  Registration details form.
    ABOUT.FRM     About dialog.
    GLOBAL.BAS    Global stuff for demonstration.
    TABFRAME.VBX  Demonstration version of the TabFrame control
    TABFRAME.HLP  Help file for the TabFrame control
    TOOLTIP.VBX   Demonstration version of the ToolTip control
    TOOLTIP.HLP   Help file for the ToolTip control
    TOOLBAR.VBX   Demonstration version of the Toolbar control
    TOOLBAR.HLP   Help file for the Toolbar control

The VBXs included in this demonstration are fully functional in the Visual Basic
design environment but cannot be used with EXE files produced by compiling a
Visual Basic program. The full versions are available by registering your copy
as detailed below :-

1) In the SWREG forum on Compuserve.

    TabFrame      Registration ID 2018, Charge $39.95
    ToolTip       Registration ID 2275, Charge $29.95
    Toolbar       Registration ID 3322, Charge $45.00 (includes ToolTip)

    Note: Registered users of the ToolTip control can add the Toolbar by
          using registration ID 3323, Charge $15.00.

2) By sending a cheque or money order to:

    GC Consulting Sevrices Ltd
    Fellsgarth House
    Hognaston
    Ashbourne
    Derbyshire DE6 1PR
    ENGLAND

    TabFrame      25.00
    ToolTip       20.00
    Toolbar       30.00 (includes ToolTip)

    Note: Registered users of the ToolTip control can add the Toolbar by
          sending a cheque or money order for 10.00.

Registered users will receive the latest version of the controls by e-mail
and be eligible for product support via e-mail or the CompuServe MSBASIC forum.

If you have any comments or suggestions concerning these controls please contact
Graham Cockell (CIS 100113,2774) by e-mail or through section 17 (3rd Party
Products) of the CompuServe MSBASIC forum.

If you wish to distribute the demonstration to other people then please include
all the files in this archive.
