How to list which processes are running.

  • Thread starter Thread starter over shoot
  • Start date Start date
O

over shoot

I want to know how to discover the proccess running in a pocket PC.
I want to do this programmatically cause I have to show some messages if a
given proccess is running.
 
I tried you sugestion, but I allway get an exception when I try to run
this ProcessManager simultaneuously with the processs that I want to know
itf it is already running.

I allway get the exception : "Unable to create snapshot".

Is there another way to discover if a a given app is running?

Thnx,

 
Did you copy toolhelp.dll to windows directory?

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com


over said:
I tried you sugestion, but I allway get an exception when I try to run
this ProcessManager simultaneuously with the processs that I want to
know itf it is already running.

I allway get the exception : "Unable to create snapshot".

Is there another way to discover if a a given app is running?

Thnx,
 
Back
Top