Is it possible to make a shortcut file in C# not using Windows API?
Printable View
Is it possible to make a shortcut file in C# not using Windows API?
Take a look at the following:
http://www.codeproject.com/useritems...le%7Cshortcuts
It uses the Windows Scripting Host Object Model.
Not sure if this is what you are looking for...
Colin