A
active
I have a picturebox usercontrol sitting on a usercontrol. I need a KeyPress
event in the PictureBox.
I suppose I could have a property in the pictureBox that is accessed by a
call in a KeyPressed event in the UserControl. Right?
Kind of kludge - is there a more direct way? The usercontrol needs no
KeyPress event at all and the Picturebox needs them all.
Cal
event in the PictureBox.
I suppose I could have a property in the pictureBox that is accessed by a
call in a KeyPressed event in the UserControl. Right?
Kind of kludge - is there a more direct way? The usercontrol needs no
KeyPress event at all and the Picturebox needs them all.
Cal