Jens

Jens

  • NA
  • 1
  • 0

Derived PictureBox and OnKeyPress Events

Apr 16 2009 3:38 PM
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.