ShellLinker unit
----------------

This unit contains stand-alone methods for creating, reading, and
executing shell links (shortcuts).

Try the demo, and you will probably learn very quickly how to use the methods.
Try creating links to files and folders and virtual objects like printers, 
Control Panel applets, etc., then drag them into the demo.

NOTE: D2 users cannot use this unit, as they don't have the ShlObj.pas,
ComObj.pas, and ActiveX.pas units that come with later Delphi versions.


History:

- ver. 2.0.0: Complete rewrite. Renamed to ShellLinker. More extensive
  collection of methods. Not limited to files and folders anymore; printers,
  virtual folders, and all other resources are now supported. Shortcut keys
  and window states supported.

- ver. 1.0.0: First release, called Shortcut. Only two methods existed
  (read and write). Most of the source was based on source Ken White sent me.


Known bugs:

- None at this point.


Troels Jakobsen
delphiuser@get2net.dk

Comments, suggestions, and the like are very welcome.

