home *** CD-ROM | disk | FTP | other *** search
- *******************************************************
- * Shell Link Component for Delphi 2.0 *
- * *
- * this is end version with save info to disk *
- * *
- *******************************************************
-
- Use : 1. add to you Delphi 2
- 2. insert component to form
- 3. set path to link
- 4. retrieve properties for info from link
- 5. when you changed link from Windows use Update property -
- - change this to False - component updates and set
- update property to true
-
- 6. enter OLE2 to you unit uses section
- 7. enter CoInitialize(nil) to FormCreate
- 8. enter CoUnInitialize to FormDestroy
-
- !! NEW !!
-
- 9. Use CreateNew(link_path, target_path) method for create new Shelllink
- 10.Modify info in Shelllink and use SaveToFile(link_path) for update shelllink on disk
-
- When you use this component send you e-mail adress to my
-
- *******************************************************
- * for new versions send e-mail,s-mail,fax *
- * with you name and e-mail adress to > *
- * *
- * voltr.radek/4600/epr@epr1.ccmail.x400.cez.cz *
- * *
- * (c) 1996 Radek Voltr *
- * Kozeluzska 1523 *
- * Kadan 43201 CZECH Republic Europe *
- * fax. 42 398 2776 *
- * note: this version is free *
- *******************************************************
-
-