Have your driver post a message, call a keybd_event/PostKeyboardMEssage or
fire a named system event. It's up to you how you feel like implementing
it.
-Chris
"bill" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi, I'm developing custom device using PXA270 and WinCE 5.0.
> I want to implement a directional keypad which will have 4 buttons
> effectively similar to say a gamepad, up arrow, down arrow, left
> and right. This is so the user can navigate the main CF application
> and move from say tab to tab rather than using touchscreen.
>
> I can develop a driver which would detect which button is pressed
> and say generate an event but how could i transalte this to an
> event in my CF application which would allow me to navigate the form.
>
> Touchscreen presses result in standard windows messages but how do i
> get my 4key pad to do something similar?
>
>
>
|