How to capture the event if a new process (application!) is started?
Posted
by Marcus
on Stack Overflow
See other posts from Stack Overflow
or by Marcus
Published on 2010-05-06T07:59:53Z
Indexed on
2010/05/09
21:28 UTC
Read the original article
Hit count: 213
I would like to have some eventhandler which raise if a new application is started. I've heard that this is possible by using a hook but the only examples I can find are based on mouse/keyboard events.
What is an example link of how I can create such a hook in C#?
Oh and btw: Nope, I don't want to use WMI which could be a solution as well but it's not an option in my case.
© Stack Overflow or respective owner