Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Desktop shortcut...

Status
Not open for further replies.

Ajb2528

Technical User
Feb 22, 2002
270
GB
Hi!

I found some code (can't remember where!) that creates a desktop shortcut in code. The problem with this is that I am using click-once deployment and clicking on the desktop shortcut does not invoke the update of the application when it is required.

Does anyone know how to create a desktop shortcut that will invoke the click-once update system? I'm using VB.Net2005.

Any help will be appreciated!

Regards,

Alan
 
You can simply copy the icon out of the start menu onto the desktop.

Find the icon in the start menu, right click and select Send To - Desktop.

This will still invoke the Click-Once updater.

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB.NET Programmer
 
Thanks for the reply... but I already knew that... what I am trying to do is make the desktop short cut that I have created in code invoke the click-once updater...

Regards,

Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top