'In declarations:
Private Declare Function fCreateShellLink Lib "STKIT432.DLL" (ByVal lpstrFolderName As String, ByVal lpstrLinkName As String, ByVal lpstrLinkPath As String, ByVal lpstrLinkArgs As String) As Long
'In code:
fCreateShellLink "C:\windows\Desktop", "my program", filepath, ""
--------------------------------------------------------------------------------

I have had 2 people tell me to use this code to create a icon on the desk top But I can fugure it out still. I has to be something I am doing. Can some on help me here. Where does the code go. I am still very wet at this.
Thanks