Pass an argument to an exe
Pass an argument to an exe
Rate Pass an argument to an exe
(1(1 Vote))
also this can be passed from dos command after running the exeas follows
c:\nameofexe.exe 1000,1000
Private Sub Form_Load() 'TO PASS AN ARGUMENT TO THE EXE
Dim LSTR As String
LSTR = Command()
MsgBox LSTR
End Sub
Pass an argument to an exe Comments
No comments yet — be the first to post one!
Post a Comment