How to Create shortcut to our application on client desctop in c#.net 3.5 windows application?
-
Hi all, How can i create shortcut of my application on client desctop while installing time. it is c#.net3.5 windows application. Thanks In Advance --Naren :-O
-
Hi all, How can i create shortcut of my application on client desctop while installing time. it is c#.net3.5 windows application. Thanks In Advance --Naren :-O
If you are using a Visual Studio Setup Project, open the File System Editor. Right-clicking on the root node, you can select Add Special Folder->User's Desktop. Then, right-clicking on the folder content, you can select Create New Shortcut to add a shortcut to your application execurable file.
-
If you are using a Visual Studio Setup Project, open the File System Editor. Right-clicking on the root node, you can select Add Special Folder->User's Desktop. Then, right-clicking on the folder content, you can select Create New Shortcut to add a shortcut to your application execurable file.
yes, i got Thanks
-
yes, i got Thanks