The title says it all. If anyone has a routine or code snip-it handy that will save me the google trolling that would be great. Otherwise I'll post whatever I come up with.
Thanks
|
8
|
|
|
|
|
|
You could try this: http://www.geekpedia.com/tutorial125_Create-shortcuts-with-a-.NET-application.html |
||
|
|
|
Take a look at the format spec and manually write it out - it's not very complex. Way better (IMO) than most suggestions that tell you to use WSH. |
||||||||||
|
|
|
It's not as simple as I'd have liked, but there is a great class call ShellLink.cs at
This code uses interop, but does not rely on WSH. And, the code is in C#. Using this class, the code to create the shortcut is:
I used to love some of the projects on this site when I was working in VB6. It is nice to see some good .net content on it. |
|||
|