Shortcut on Desktop.

Michaelk

Well-known member
Joined
Jun 3, 2004
Messages
58
Location
Australia
Programming Experience
3-5
Hi, i want my program to create a short cut of itself on the desktop when a button is presed. Say, Button1.

I know that the desktop folder is found at:
VB.NET:
[size=2]
System.IO.Directory.CreateDirectory(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Desktop)
[/size]
But what do i use to create a shotcut there?

Thanks,
 
Back
Top