vote up 0 vote down star

I'd like get a notification if a particular process starts. For ex., if xyz.exe starts in the background, I need a messagebox stating the same.

I'm a little familiar with Windows Hooks in VC++. Can someone point me to some similar links or methods to achieve my goal? Thanks.

flag

67% accept rate

2 Answers

vote up 1 vote down check

Check answers for this question: http://stackoverflow.com/questions/510372/how-to-monitor-process-program-execution-in-windows

link|flag
Thanks. This was exactly what I am looking for! – Bharani Feb 27 at 11:40
vote up 0 vote down

It's a Win32 FAQ (see the Win32 api group for official method (Microsoft))

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.