How do I detect the instance of another app running and then shut it down?

  • Thread starter Thread starter Aaron Ackerman
  • Start date Start date
A

Aaron Ackerman

I have a helper app that runs in conjunction with my Main app. I want to
check to see if the main app is running once I intiate the helper app and
shut the Main app down if it is open.
 
Back
Top