I wanting to add Command Line Arguments to my VB.Net project. Basically I want to pass my program a file path and a number (5 digits) which will then be assigned to 2 separate strings variables on form load. If either of these are not passed then an additional form is opened asking to locate the missing variables.
I know how to call the program with parameters using Process.Start but can't work adding the requirement to the loading project.
I have looked at lots of info on the web regarding this but cant make much sense, can anyone point me in the right direction
Thanks