Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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() ...
soulblazer's user avatar
  • 1,218