G Guest Nov 21, 2004 #1 Hi again, how can I programmatically create a shortcut to a given file? thanks a lot Peter
A Ajay Kalra Nov 21, 2004 #2 This will help: http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp _____________ Ajay Kalra (MVP - VC++) (e-mail address removed)
This will help: http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp _____________ Ajay Kalra (MVP - VC++) (e-mail address removed)
S Shiva Nov 22, 2004 #3 Another way is to use Windows Scripting Host (WSH). An example can be found here: http://www.codeproject.com/dotnet/shelllink.asp Hi again, how can I programmatically create a shortcut to a given file? thanks a lot Peter
Another way is to use Windows Scripting Host (WSH). An example can be found here: http://www.codeproject.com/dotnet/shelllink.asp Hi again, how can I programmatically create a shortcut to a given file? thanks a lot Peter