TRegExtension VCL for C++ Builder 3
------------------------------------

TRegExtension helps simplify the process of registering new file extensions with your Borland
C++ Builder projects. 

This component is written in C++ and no support is available for Delphi, sorry.


Upgrading.
----------

If you have a previous version already installed, you need to remove it first.
To do this, select "Component | Install Packages", highlight the old version, and click the
Remove button.


To install.
-----------

1.  Copy all the files to a folder of your choice.
2.  Open C++ Builder 3 (if it's not already running)
3.  Select "File | Open" from the menu, and open the TRegExtPkg_bcb3.bpk file.
4.  Select "Project | Build" from the menu.
5.  After a successful build, select "File | Close All" from the menu.
6.  Select "Component | Install Packages" from the menu.
7.  Select "Add", browse to the folder, and select the newly-built TRegExtPkg_bcb3.bpl file.
8.  Press "OK".

The component will now be available under the "Lebeau" tab.


To Use.
-------

When you use TRegExtension in your projects, make sure that the folder path where you placed
TRegExtension's files is included in the "Include" and "Library" directory paths in your
project's options.

1.  Select "Project | Options" from the menu
2.  Go to the "Directories/Conditionals" tab
3.  Add the path to both the "Include Path" and "Library Path" fields
4.  Press "OK"

Refer to the TRegExtension.hlp file for syntax and usage of TRegExtension.


Change History
--------------

Version 2.4
-----------
Initial Builder 6 Version released

Version 2.3
-----------
Unregister method, Monitor property, and OnAssocChange event added to TRegExtension
Additonal overloaded Add method added to TRegExtension
EditFlags property and constructor value added to TExtInfo

Version 2.2
-----------
Call to ShChangeNotify API added to Register function
(needed for Windows to recognize changes without reboot)

Version 2.1
-----------
bug fixes
Initial Builder 5 Version released

Version 2.0
-----------
Complete Redesign of TRegExtension released for Builder 3 and 4

Version 1.1
-----------
Initial Builder 4 Version released

Version 1.0
-----------
Initial Builder 3 Version released


Copyright (C) 1999-2001.  Lebeau Software.  All Rights Reserved.
http://www.lebeausoftware.org