SWBCoolbar Control Setup
========================

Please read the Help file for more information 
on using the SWBCoolbar control.

Before you begin, please copy the SWBToolBar.OCX
file to your \Windows\System directory (which
may not necessarily be named \Windows\System).

Then register the component using REGSVR32.EXE,
as follows:   

In the Start Menu, select "Run".  Then type:

    REGSVR32 \Windows\System\SWBToolBar.OCX

A message box will confirm the registration.
Before you can use the component in a project,
you will need to add it to the VB toolbox by 
right-clicking on the toolbox and selecting 
"Components".  From the list of registered
components, select "SWB Coolbar Control".

The component will appear on the toolbar, 
ready for use in your application.  You should
also add the ImageList control which is part
of the Windows Common Controls.  You'll need 
the ImageList in order to add graphics to your
SWBCoolbar buttons.

See the help file for more detailed usage 
information.

===========================================
Known Issues with SWBCoolbar:

1. If the SWBCoolbar is detached from its parent
form and the parent form becomes obscured by 
another form(s), the toolbar will still "redock"
with the parent if dropped over a valid docking area
of the parent's form even though the parent is not visible.
This is a known issue and is under investigation.
This issue is not apparent when the toolbar is NOT
configured to allow separation from the parent form.

2. SWBCoolbars cannot be detached from an MDIChild form.

3. Using 16x16 pixel icons in an imagelist will not display
   them properly on the toolbar.  Instead, the image will be
   diplayed as if it were a 32x32 pixel icon, showing only 
   the upper-left portion of the image.  To avoid this problem,
   use bitmap type images in the imagelist instead.

