T
tascien
Hi guys, I would like to be able to open a program and close it wright
within vb...
' this one works...
Process.Start("c:\someProgram.exe")
Thread.sleep(5000)
' this one doesn't !
Process.Stop()
how can I do the second? any ideas?
within vb...
' this one works...
Process.Start("c:\someProgram.exe")
Thread.sleep(5000)
' this one doesn't !
Process.Stop()
how can I do the second? any ideas?