Hi, I'm programming with C++ using a dialog-based MFC application. I need to create a program with a button that when pressed, will tell me if another application is currently running. I'm not sure if there is a function to use to figure this out or not. But, I was reading something that said not to use findwindow, as it is not a very good method.
The other application is another program I wrote that will crash, but continue running somehow, so I need to write a program to run a few tests on my other program.
Thanks for the help!
One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.
The other application is another program I wrote that will crash, but continue running somehow, so I need to write a program to run a few tests on my other program.
Thanks for the help!
One Ring to Rule Them All, One Ring to Find Them, One Ring to Bring Them All, and in the Darkness Bind Them.