detect running process and terminate
Hello HeSaidJoe,
I tried your code, but it didn't help.
In my VB application, I get some arguments passed from
the Java application. Based on these arguments, I do
some data retrieval and post the results in a MDI window.
When the java program re-invokes the VB program, I want
to terminate the previous instance and continue processing
with the new set of arguments. This way, the MDI window
now shows data for the latest arguments.
If I use the code to terminate the current application,
the MDI window still shows the old data...
Thanks