I am working on a program that needs to grab a certain process given only it's executable name. I downloaded someone's example on how to do it and it compiles fine in VC++. However, I need it to ...