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
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.