The following code example loops over the application's command-line arguments.
ForEach argument AsStringIn My.Application.CommandLineArgs ' Add code here to use the argument.Next