EXE running

  • Thread starter Thread starter Lord Brett Sinclair
  • Start date Start date
L

Lord Brett Sinclair

Hello everybody
I'm trying to find a way to know if an EXE is running or not.
How would I do that ? Is there a way to Query the task manager ?

Thank you
LBS
 
Lord Brett Sinclair said:
I'm trying to find a way to know if an EXE is running or not.
How would I do that ? Is there a way to Query the task manager ?

Take a look at the 'System.Diagnostics.Process' class.
 
Back
Top