Click to See Complete Forum and Search --> : Is it possible to make a shortcut in C#?


Sin Jeong-hun
October 2nd, 2002, 06:51 AM
Is it possible to make a shortcut file in C# not using Windows API?

Colin Soule
July 4th, 2003, 02:16 PM
Take a look at the following:

http://www.codeproject.com/useritems/shelllink.asp?target=file%7Cshortcuts

It uses the Windows Scripting Host Object Model.

Not sure if this is what you are looking for...

Colin