Programmer: Joel Jean
Date: 03/11/1998
Copyright  1998
Component Name: TProgressDialog
Version: 1.0


Description:
------------

    Animated Progress Dialog Component...

    This dialog box provide a wrapper for the windows animated dialog box. The
    animation may be modified by selecting from the CommonAvi property. The
    MaxProgress and MinProgress will allow to determine a range. The caption of
    the dialog box can also be modified by using the Caption property.

    To increment the progress bar or modify the status labels, you can use the
    UpdateProgress procedure. This procedure take tree param, the first one is
    the current progress ID, the other are sting param which indicates which are
    used for the status ID.

    This component is freeware... bring any modification to it has needed.
    Please report any changes so I could update this component.

    Please send comments to: jeanj@nb.sympatico.ca
                             joel.jean@hrdc-drhc.gc.ca


Installation:
-------------

You can either install this component into an existing package or create a 
new package. The component is only designed for Delphi 3.0 and Delphi 4.0


Notes:
------

1. Would like to create an internal thread which would be transparent to the user...

