How to Ceck if a Process Is Running

C

Chaplain Doug

Outlook 2003. I need to check to see if a particular process (ClickYes.exe)
is
running and to kick it off if it is not running. How would I do this
programmatically? Thanks for the help.
 
H

Howard Kaikow

One way is to use the EnumProcesses API.

There are examples at the MSFT MSDN site.
 
Top