Results 1 to 3 of 3

Thread: hooking

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    25

    Question

    Does anybody have a code that explains how to catch windows messages from another running process (lets say i have the processID).

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    Unfortunatley this is one of the few things you can't do in VB, you need to write a DLL in C++ to do all the hooking for you, then you can use this in your VB program by declaring the Functions like you would an API.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    25

    Thumbs up

    Thanks
    I will do so

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