Hi all,
Does anyone know of a another source of info on doing message
hooks besides msdn? I want to tinker around with it for a dropdown
menu being shown as a result of clicking a button on a toolbar.
The info over at msdn is a little too general and although I have
gotten a basic understanding of it and what to use it for - I haven't gotten enough
to construct a proper message hook. The hook I meatballed together
is not put together right from the info I got because it generates
gpf's when I attempt to examine the code parameter in the hook or examine
the lparam(Which points to a msg structure if I understand it correctly.)
I will continue to look myself, I just wanted to know if anyone knew of
a good source of info about hooks on the net somewhere.
Adam
------------------
Does anyone know of a another source of info on doing message
hooks besides msdn? I want to tinker around with it for a dropdown
menu being shown as a result of clicking a button on a toolbar.
The info over at msdn is a little too general and although I have
gotten a basic understanding of it and what to use it for - I haven't gotten enough
to construct a proper message hook. The hook I meatballed together
is not put together right from the info I got because it generates
gpf's when I attempt to examine the code parameter in the hook or examine
the lparam(Which points to a msg structure if I understand it correctly.)
I will continue to look myself, I just wanted to know if anyone knew of
a good source of info about hooks on the net somewhere.
Adam
------------------
Comment