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(50 00)
' 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(50 00)
' this one doesn't !
Process.Stop()
how can I do the second? any ideas?
Comment