SHORTCTS.PAS   v1.01
Copyright (C) 1999  Alexander Burlakov
          mailto:hunterml@fnmail.com
          http://www.chat.ru/~hunterml

          TShortCut - invisible Delphi 4 component for
                      easy Windows Shortcuts creation in your
                      application.


Last Changed 15 Jul 1999
     - Added OnChanged and OnSynchronized events;
     - Added Icon read only property;
     - Fixed bug with LNK loading from file.

If anyone using my component with Windows NT please, inform me how it
works. I really need this information since I still unable to test this
unit with NT.

Please, email me your comments or/and suggestions.
Thanx.
          

INSTALLATION
Before using those components you need to install it. To install copy
the enclosed files into a common VCL directory. In Delphi use the
Install option on the Components menu to install Version information
tools into your component library.

To use this component drop onto a form at design time. For more
information see example SHORTCTS_DEMO.PAS.

-- Alex