Version 1.02. Last modifed 06/20/96.

The EXTDLG unit contains three Delphi components:

TInputBox            Advanced Input Box
TProgressBox         Simply components that shows your operations progress
TChDirDialog         Change Directory Dialog

------------------------------------------------------------------------
TInputBox

You can add system icons to your input box, if property IconType sets to 
icCustom CustomIcon must be sets to your own icon. Property PwdChar 
corresponding with PasswordChar of InputBox TEdit component.
------------------------------------------------------------------------
TProgressBox

This component use Borland TGauge component (from "Samples" page)
and it's easy to use, it have only to methods - Show and Close  their
properties corresponding with TGauge and TCommonDialog properties.
-------------------------------------------------------------------------

TChDirDialog
This component use Borland TDirectoryOutline component (from "Samples" page).
--------------------------------------------------------------------------

WARRANTY: No warranty, representation, promise, or guarantee.
  
NOTE: I'm strong recommending to use TCommonDialogEditor by Brad Stowers with
      these components, this allow you easy manipulate with dialogs properties
      in design time.

NOTE: Thanks Billy Nice for advices about TProgressBox features.

Freeware, enjoy them!
------------------------------------------------------
Copyright (c) by Artem A. Berman (art@aber.kherson.ua)