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