There have been lots of posts on this forum about
capturing keypresses in PBDLL. Even though it is not the
"Windows Way", it can be very necessary for some products.
Well, I've been beta testing Chris Boss's Ezgui 2.0 and he's added
that capability. It gives you the same kind of information as if
you were doing a message hook, but with out the pain. So you
get back wm_char, wm_keypress (up/down) and the sytem versions
(needed for that weird f10). He also returns the state of the
shift, alt and control keys. This is good stuff and his approach
to gui programming is very nice too. I'm sold.
------------------
capturing keypresses in PBDLL. Even though it is not the
"Windows Way", it can be very necessary for some products.
Well, I've been beta testing Chris Boss's Ezgui 2.0 and he's added
that capability. It gives you the same kind of information as if
you were doing a message hook, but with out the pain. So you
get back wm_char, wm_keypress (up/down) and the sytem versions
(needed for that weird f10). He also returns the state of the
shift, alt and control keys. This is good stuff and his approach
to gui programming is very nice too. I'm sold.
------------------