Hi Guys,
I want to write a small app that sits in my tray and that allows me to select an executable and prevent it from opening.
The UI of the app is easy to do using WinForms.
What I want to know is how to detect if a certain exe has been lauched and then how to stop it from running. I'm pretty sure I'll have to dig down into some Win32 stuff but I have no experience in that area, hence this post.
There is an existing app similar to this, but I can't for the life of me remember what it's called. It was written in VB6 and it's open source too.
Any help is much appreciated.
Thanks.