All Questions
1 question
2
votes
2
answers
8k
views
Create Shortcut in StartUp folder (VB.NET)
I have this code and it's giving troubles:
Imports IWshRuntimeLibrary
Imports Shell32
Public Sub CreateShortcutInStartUp(ByVal Descrip As String)
Dim WshShell As WshShell = New WshShell()
...