How can I capture a KeyPress event in a Image control?
Thanks.
Printable View
How can I capture a KeyPress event in a Image control?
Thanks.
you can use the forms KeyPress event because an Image control can't get a focus. if you have other controls in the form that can get a focus then make in some way that the focus will be on the form at the right time (i.e. when in the forms mousedown/up event). i don't remember how do you do that but it shouldn't be a problem.
----------
The @host is everywhere!
----------