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

    Sytem Wide Windows Message Hook, HOWTO?????

    What kind of Hook should i use to "listen" on all the messages posted in windows9x? I've tried WH_SYSMSGFILTER, but i cant get it right and things get all screwed up on my PC...
    Email me at [email protected] with questions or sourcecode




  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: Sytem Wide Windows Message Hook, HOWTO?????

    You must place your hook function in a DLL
    to obtain all the system message


  3. #3
    Join Date
    Jun 1999
    Posts
    6

    Re: Sytem Wide Windows Message Hook, HOWTO?????

    Yes, i got all that, but WHAT TYPE OF HOOK, like WH_GETMESSAGE.
    And also, how can i start a process/thread and have it run by itself after the console app that created it exits??? (ie. for the hook function......)

    Word,
    Ryan "Radman" Du Bois

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