I need to create shortcut files which point to data files. 
Code posted by Semen and Lance demonstrate how to create
shortcuts on the start menu which point to programs. Browsing
through the %CSIDL defs in Win32api.inc doesn't provide a clear
direction to follow. (If you don't see %CSIDL in your include
files, you need to download the latest versions).
Can someone point to a publication which defines the use of the
ishelllink api? Is it in Petzolds book?
Thanks in advance
John Kovacich
------------------

Code posted by Semen and Lance demonstrate how to create
shortcuts on the start menu which point to programs. Browsing
through the %CSIDL defs in Win32api.inc doesn't provide a clear
direction to follow. (If you don't see %CSIDL in your include
files, you need to download the latest versions).
Can someone point to a publication which defines the use of the
ishelllink api? Is it in Petzolds book?
Thanks in advance

John Kovacich
------------------
Comment