I'm in the process of learning how to run Visual Basic, but I cannot find how to run visual basic programs with parameters in command line. For instance, I would like to be able to open command prompt and type in "exampleprogram.exe -www.google.com" and it pull up a visual basic browser presenting the google startpage. Is there a way of doing so?
Asked
Active
Viewed 20 times
0
-
Of course. The application type you selected matters. Use Google for simple questions like this, the proper query is "vb.net get command line arguments". – Hans Passant Jun 19 '14 at 16:31
-
http://stackoverflow.com/a/20301831/1070452 – Ňɏssa Pøngjǣrdenlarp Jun 19 '14 at 16:39