How to Ceck if a Process Is Running

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
One way is to use the EnumProcesses API.

There are examples at the MSFT MSDN site.
 
Back
Top