Archive: Find if a program (without any window) is currently launched


Find if a program (without any window) is currently launched
Hi,

How can I know if a exe file is currently executed?
This program works in background without showing any window.


Is possible but not easy though....
With system plugin use the API CreateToolhelp32Snapshot
Hope it helps you :)