Capturing key press messages

J

Jeremy

We're building some software for an in-house Kiosk. The software is a basic
..net windows form with an embedded browser. The Kiosk is outfitted with a
mat that the user steps on. When the user steps on the mat, it sends a key
comination through the keyboard. When the user steps off the mat it sends a
different key combination.

What we want to do is look for the key combination in our app, and based on
if the user steps on or off, cause the browser to go to a different url.

How do you hook the keyboard to accomodate this type of situation?
 
A

Aflava

Hi,

Did you tried to set the Keypreview property of your form to true and to
overrides OnKeyXXX methods?
 

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

Top