Skip to content

Instantly share code, notes, and snippets.

@sedrubal
sedrubal / StartupHandler
Created September 29, 2013 22:15
a vb.net module, to register or unregister the current program in system-startup-entries.
Option Strict On
'TODO Add an COM-reference to C:\Windows\System32\shell32.dll
''' <summary>
''' a module, to register or unregister the current project in system-startup-entries
''' </summary>
''' <remarks>Add an COM-reference to C:\Windows\System32\shell32.dll</remarks>
Module StartUpHandler
''' <summary>