G
Guest
In vb6, to get the command line you would use strCommand = Command()
How do you do this in vb .net? I found in the help file to use: Dim commands As String = Microsoft.VisualBasic.Command(
but when I try, there is no Command after VisualBasic
Thanks in advance!
How do you do this in vb .net? I found in the help file to use: Dim commands As String = Microsoft.VisualBasic.Command(
but when I try, there is no Command after VisualBasic
Thanks in advance!