Intercept Keystroke

  • Thread starter Thread starter Roger McFadden
  • Start date Start date
Sorry I didn't describe it enough.

I want to intercept the Joystick Keystroke globally, also if the application
is not in front.
Further the code should be able to execute this keystroke or not...

Thanks

Roger
 
You'll want to use a low-level keyboard hook. I know how to do that in
native code and you *may* be able to do it from managed code, if you are
using .NET CF 2.0. You told us *nothing* about what hardware you are using
or what framework, so... You can check the archives for how you do this
with native code; I'm pretty sure it's there. Search for
"SetWindowsHookEx"...

Paul T.
 
Back
Top