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!
;)
			
			
			
				You can use Process.Count(*) or Process.CountEx(*) for that
			
			
			
				Perfect!
Thanks! ;)