CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Process Hook

  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    408

    Smile Process Hook

    I'd like to write a listener which runs in background and notifies me if any particular process starts. I'm wondering if hooks can be used for this purpose. Please cite some useful links and/or examples to proceed with.

    Thanks.
    Rate the posts which you find useful

  2. #2

    Re: Process Hook

    Seems like you should be able to use WMI for this; check this out for some ideas on what to look for:
    How Can I Monitor for the Creation of Different Processes?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured