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

Thread: Windows Hooks

  1. #1
    Join Date
    Mar 2007
    Posts
    1

    Windows Hooks

    Well I am working my way through c++ for the first time and I have covered most of it. I wanted to start working with Windows API and specifically windows hooks. I was wondering if their are any good beginners tutorials on this subject or good books?

    Also any c++ socket programming would be great!

  2. #2
    Join Date
    Dec 2003
    Location
    Syracuse, NY
    Posts
    400

    Re: Windows Hooks

    For general Win32 programming look no further than Programming Windows, 5th Edition by Charles Petzold, its a little bit dated but its still the best.
    "Windows programming is like going to the dentist: You know it's good for you, but no one likes doing it."
    - Andre LaMothe

    DLL For Beginners(UPDATED)
    Please use CODE tags
    Rate me if I've helped.

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