Click to See Complete Forum and Search --> : Sytem Wide Windows Message Hook, HOWTO?????


June 3rd, 1999, 03:29 AM
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 CPlusHelp@rjrprogramming.com with questions or sourcecode

moussathiandoum
June 3rd, 1999, 03:54 AM
You must place your hook function in a DLL
to obtain all the system message

Radman
June 3rd, 1999, 10:46 PM
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