954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Return True/False if Process is Running

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?

scrypt3r
Junior Poster
114 posts since Aug 2007
Reputation Points: 6
Solved Threads: 2
 

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.

ddanbe
Senior Poster
3,829 posts since Oct 2008
Reputation Points: 2,070
Solved Threads: 661
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You