SyntaxFix
Write A Post
Hire A Developer
Questions
Process.GetProcesses() is the way to go. But you may need to use one or more different criteria to find your process, depending on how it is running (i.e. as a service or a normal app, whether or not it has a titlebar).
Process.GetProcesses()