home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi2 / shelink.exe / README.TXT next >
Encoding:
Text File  |  1996-07-29  |  1.7 KB  |  40 lines

  1. *******************************************************
  2. *       Shell Link Component for Delphi 2.0           *
  3. *                                                     *
  4. *   this is end version with save info to disk        *
  5. *                                                     *
  6. *******************************************************
  7.  
  8.   Use :    1. add to you Delphi 2
  9.            2. insert component to form
  10.            3. set path to link
  11.            4. retrieve properties for info from link
  12.            5. when you changed link from Windows use Update property -
  13.                    - change this to False - component updates and set
  14.                      update property to true
  15.  
  16.            6. enter OLE2 to you unit uses section
  17.        7. enter CoInitialize(nil) to FormCreate
  18.        8. enter CoUnInitialize to FormDestroy
  19.  
  20.     !! NEW !!
  21.  
  22.        9. Use CreateNew(link_path, target_path) method for create new Shelllink
  23.        10.Modify info in Shelllink and use SaveToFile(link_path) for update shelllink on disk
  24.  
  25.         When you use this component send you e-mail adress to my
  26.  
  27. *******************************************************
  28. *   for new versions send e-mail,s-mail,fax           *
  29. *   with you name and e-mail adress to >              *
  30. *                                                     *
  31. *    voltr.radek/4600/epr@epr1.ccmail.x400.cez.cz     *
  32. *                                                     *
  33. *    (c) 1996 Radek Voltr                             *
  34. *             Kozeluzska 1523                         *
  35. *             Kadan 43201    CZECH Republic   Europe  *
  36. *             fax. 42 398 2776                        *
  37. *      note: this version is free                     *
  38. *******************************************************
  39.  
  40.