News

How do I pass command line args into a VB.NET console app?For example, I found this code on the net to list the subdirectories of C:\\code: Sub Main() Dim ListDir As Directory Dim directory As ...