I'd like to be able to create a small VB prog, pass it arguments from a command line
Can any 1 give me a hint?
Thanks in advance
Printable View
I'd like to be able to create a small VB prog, pass it arguments from a command line
Can any 1 give me a hint?
Thanks in advance
Try this:
Code:Private Sub Form_Load
Msgbox "You entered [" & Command$ & "] as the command line parameters."
End Sub
No a million times!!!!!!