Link to home
Start Free TrialLog in
Avatar of JohnFra
JohnFra

asked on

Detect if an application is running

Hello All,
I am looking for VB code to detect if an application is currently running. E.G.
ISAppRunning("Notepad.exe",Status)

Thanks,
John
ASKER CERTIFIED SOLUTION
Avatar of Computron
Computron

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jkorz
jkorz

computron: that is to detect if an instance of the same app is already running...

johnfra: I think this is more what you are looking for
https://www.experts-exchange.com/questions/20238612/Detecting-Whether-a-Process-Is-Running.html
Both solutions are included in the URL I gave, but thanks
sorry bout that, I just looked at the q and accepted answer
Avatar of JohnFra

ASKER

Thanks  Computron