CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    61

    Need Source Code / Article for understanding Hooks and How to Implement them

    Hi, I need some simple source codes and tutorials for learning and understading how to implement and use Hook Functions, I searched through Code Project, But not interesting, I can't find good things.

    thanks

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Need Source Code / Article for understanding Hooks and How to Implement them


  3. #3
    Join Date
    Jul 2009
    Posts
    25

    Re: Need Source Code / Article for understanding Hooks and How to Implement them

    A good tut here Windows Hooks the language is masm but that wont be a problem.

  4. #4
    Join Date
    Dec 2008
    Posts
    114

    Re: Need Source Code / Article for understanding Hooks and How to Implement them

    Everything is in MSDN : complete article with the sample C application (main form + DLL) with all the hooks !

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