Yeah, I saw those after, but neither worked the way I needed it to. The first only detects apps and not processes and the second just doesn't work with the Kernel32.dll on my machine (NT4SP6). Anyone else know of any alternatives?
<br>I know that there is an API that will enumerate processes that are currently active called "EnumProcesses".<br><br>Perhaps there is another one that will detect a specific process or maybe you can use the enumeration API and find the one you're after from that list.<br><br>Anyway, food for thought!
Patience is a virtue! After searching for proecesses in the MSDN library and slowly scanning the 100s of results returned I found exactly what I needed in:<br><br>HOWTO: List Running Processes<br>ID: Q187913 <br> <br>There is a load of code that I copied and pasted and it just works - now i'm off to find out WHY.<br><br>Thanks for the help.<br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.