I have a VB application that gets invoked from another
Java application. I need to check in my VB code to see if
this VB application is already running. If it is, I need to
terminate it before continuing...

Can someone give any tips to continue ?
I know I can detect the previous instance using the
App.previnstance method, but how do I kill the previous
instance ?

Thanks