Hi, Everyone,
I've coded a program that uses a web browser control and loads a java applet, the process created when the java applet was loaded is java.exe, then on another tab, I've executed again a java applet and created again a java.exe process, now I need to kill the java.exe process for the specific web browser. How can I do that?
The one I've found in google kills all java.exe process, how can I exactly kill the process?
Any inputs will be appreciated. Thank you in advance.