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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.