Hi,

Looking to map the hardware keys like pocket windows media player does so
all joypad/d-pad events are sent only to my application. Presently i'm using
GetAsyncKeyState but this means when for example word is the forground
application it also gets the event. So i'm looking to filter these events or
make these events only seen by my application.

Thanks

Re: Hardware Button Mapping like WMP (joypad/d-pad) by Amit

Amit
Wed Oct 29 19:33:12 CST 2003

Check this out..
http://www.pocketpcdn.com/sections/input.html

Hope it helps..
Regards
Amit
"Paul" <xpstrong@hotmail.com> wrote in message
news:bno9c6$l60$1@news7.svr.pol.co.uk...
> Hi,
>
> Looking to map the hardware keys like pocket windows media player does so
> all joypad/d-pad events are sent only to my application. Presently i'm
using
> GetAsyncKeyState but this means when for example word is the forground
> application it also gets the event. So i'm looking to filter these events
or
> make these events only seen by my application.
>
> Thanks
>
>