Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Finding another application from within VB.NET

I believe this topic has been covered here before, but I can't for the life of me remember how to do it:
In VB.NET (2005), what is the best way to look for the existence of another different application (not the VB one in question) running (in this case "AcroRd32.exe"), and then
subsequently kill it? Thanks much!
[329 byte] By [GRANCOCLARK] at [2007-11-11 10:02:48]
# 1 Re: Finding another application from within VB.NET
See if the following works for you:

http://jtbworld.blogspot.com/2005/12/kill-process-in-vbnet.html
pclement at 2007-11-11 21:45:07 >