Monitor a running application

Started by SmEed, December 12, 2014, 09:25:54 AM

Previous topic - Next topic

SmEed

Hello!

First, best thanks for this great tool!

But as a newbie, I unfortunately still have many problems, and hope you can help me.

I would like to monitor a running application.
But, this is no service, so System.ServiceState(*) does not help.
With the ProcessID I also get no further. Because this ID changes each time.

So my question:
Is there any solution for my problem?

Best regards!
;)

Alex Kirhenshtein

You can use Process.Count(*) or Process.CountEx(*) for that

SmEed