Capturing hardware key events in form rather than listview control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form with an owner-drawn list view and I want to capture the
hardware left and right keys in the form itself, not in the owner-drawn list
view.

I've tried setting focus to the form at the end of its constructor by using
this.Focus(), but the event is still picked up only by the owner-drawn list
view and not by the form.

I need to pick the event up in the form, or execute a method in the form
from the control, any ideas?

Brian
 
Back
Top