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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top