shortcut from desktop via vb.net

D

Dennis Roscoe

In my vb.net programme (an interactive book) I have to
create a shortcut from the desktop to a named path (for
programme start) - without using the deployment project
available.
I have sorted out various ways of setting up without using
the deployment project method (I am a masochist!!).

However, the programme uses 700 Mb of data and the list
stored in the Application folder of the deployment project
is too big for placing completely on a single CD ROM.

So I need a method using available VB.net language
elements / methods to place a shortcut on the desktop to
the programme site on a user's computer.
Hope you can help.
Dennis
 
H

Herfried K. Wagner [MVP]

Dennis Roscoe said:
In my vb.net programme (an interactive book) I have to
create a shortcut from the desktop to a named path (for
programme start) - without using the deployment project
available.
I have sorted out various ways of setting up without using
the deployment project method (I am a masochist!!).

However, the programme uses 700 Mb of data and the list
stored in the Application folder of the deployment project
is too big for placing completely on a single CD ROM.

<http://www.msjogren.net/dotnet/eng/samples/dotnet_shelllink.asp>
 
H

Herfried K. Wagner [MVP]

Dennis Roscoe said:
I cannot decipher your reply!!!

Have a look a the source code of the reply (show source code in MSIE).
There you will be able to see the link.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top