Bharani
Bharani

Reputation: 303

Monitoring windows processes

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.

Upvotes: 0

Views: 651

Answers (2)

tulipe
tulipe

Reputation:

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

Upvotes: 0

alex2k8
alex2k8

Reputation: 43214

Check answers for this question: How to monitor process/program execution in windows?

Upvotes: 1

Related Questions