S
Shelby
Hi,
if I launch another application in my vb code, how can I wait for it to
complete first?
Dim myProcess As Process
myProcess = New Process
myProcess.Start("test.exe")
' I want to wait for test to complete and continue with other codes
myProcess = Nothing
Thanks
Shelby
if I launch another application in my vb code, how can I wait for it to
complete first?
Dim myProcess As Process
myProcess = New Process
myProcess.Start("test.exe")
' I want to wait for test to complete and continue with other codes
myProcess = Nothing
Thanks
Shelby