0 out of 1 rated this helpful - Rate this topic

How to: Access Command-Line Arguments (Visual Basic)

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
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement