C# and Windows Shortcuts
-
Hi all, i'm looking for a way to create a windows shortcut using C#. I know about the COM library, IWshRuntimeLibrary but i'm having problems using that on a windows 2000 machine Is there a way of doing this without using a com object, just using .Net libraries? It seems like a massive oversight if this functionality has been missed from the .Net framework as shortcuts play a huge part in the way windows is used by end users. Any help / advice on this would really be apreciated. Cheers Kev
-
Hi all, i'm looking for a way to create a windows shortcut using C#. I know about the COM library, IWshRuntimeLibrary but i'm having problems using that on a windows 2000 machine Is there a way of doing this without using a com object, just using .Net libraries? It seems like a massive oversight if this functionality has been missed from the .Net framework as shortcuts play a huge part in the way windows is used by end users. Any help / advice on this would really be apreciated. Cheers Kev
Hi, take a look at this: ShellLink it uses some COM interfaces, but it does this automatically I found it very useful in a couple of projects Jocker _______ JeniuS - the file Organizer
-
Hi, take a look at this: ShellLink it uses some COM interfaces, but it does this automatically I found it very useful in a couple of projects Jocker _______ JeniuS - the file Organizer