E Evan Oct 8, 2003 #1 How do you programmatically create a shortcut file to an existing executable? I am using C# and .NET Thanks
How do you programmatically create a shortcut file to an existing executable? I am using C# and .NET Thanks
M Mattias Sjögren Oct 8, 2003 #2 How do you programmatically create a shortcut file to an existing executable? I am using C# and .NET Click to expand... Use the good old COM API (IShellLink and friends). http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp Mattias
How do you programmatically create a shortcut file to an existing executable? I am using C# and .NET Click to expand... Use the good old COM API (IShellLink and friends). http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp Mattias