User pressing the rocker wheel

  • Thread starter Thread starter Manfred Derenbach
  • Start date Start date
M

Manfred Derenbach

How can I react to the user pressing the rocker wheel of the PPC?

Using C#.

Thanks for any hint!
 
Does it raise Form.KeyDown event with Keys.Enter as the key code?
What you can do is to add an event handler to Form.KeyDown event, and
examine what event is raised when the rocker wheel is being pressed.
If you have child controls on the form, they may intercept the message. So
start with an empty form first.
Hope this helps.
Xin
 

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