I recently learned how to use VB.NET to set your program as the default for a chosen extension. You would write code to set a registry value. The problem is, when you open t
You can also declare your Sub Main to receive the command line arguments:
Sub Main
Sub Main(Args() As String) End Sub