Hello, In the app i am developing is made up of two exes, but in order for the first exe to run the second exe must be running, so does anyone Know how to Return True/False if Process is Running?
You can get all the Processes running with Process.GetProcesses().
You can also use the property Process.Responding to see if a Process is still active.