I've derived a PictureBox class to handle some drawing and mouse handling functionality. Now I'm trying to add some key press event handling, but the events never appear to be fired.
The OnMouseDown override was straightforward. Is the OnKeyDown for the PictureBox somehow different? Any tricks?!
Thanks.
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.