Tagged Questions
0
votes
2answers
172 views
Create Shortcut in .Net for 64-Bit Machines - Compiled as 64-bit Application Only [duplicate]
Possible Duplicate:
Creating application shortcut in a directory
There is a lot of code floating around showing how to create a shortcut in .Net, but it only works when compiled as a 32 bit ...
2
votes
2answers
2k views
Creating a Desktop Shortcut Using a Web Page
I am trying to create something on a webpage that allows my users to create a desktop shortcut. Because my users are NOT technically savvy, I would like to avoid having them try to drag and drop. Is ...