=============================================================================
                           Change Icon OLE Server
=============================================================================

I will accept no responsibility whatsoever for any damage caused directly or
indirectly from using this software

Please report all bugs to donovan@global.co.za

If you have a suggestion, question, or wish to make any comments, please feel
free to do so

This product is freeware, no registration is required, but all feedback is
greatly appreciated

=============================================================================

Installation Instructions:

* Copy the files in the archive to your Windows\System folder
* User REGSVR32.EXE to register the control (REGSVR32 CHICON32.DLL)

=============================================================================

Usage:

Once the server is registered, you can include it in your project by checking
its box in the References dialog.

The only method contained in the DLL is ChooseIcon, which has the following
arguments:

    FileName - The name of the file containing icons.  This sets the initial
               file to be opened when the dialog is displayed, and returns
               the name of the selected file once the OK button is clicked
    Index    - The index of the selected icon.  This sets the initial icon to
               be selected when the dialog is displayed, and returns the
               index of the selected icon once the OK button is clicked
    Icon     - A handle to the selected icon.  This icon be painted (eg, into
               a Picture Box) using the DrawIcon API function

ChooseIcon returns True if an icon is selected

The only property is Parent, which specifies the handle (hWnd) of the form
over which the dialog will be displayed

=============================================================================

                             Imaginary Software

                http://home.global.co.za/~olivierd/imaginary/
             http://www.geocities.com/SiliconValley/Lakes/3865/

=============================================================================
