According to http://msdn2.microsoft.com/en-us/library/z89a4506.aspx there should be key stroke events to listen to from a picturebox. But when i try to use them they are not there in Visual studio
I've loaded an image into a picturebox, and i want to overlay text the user enters over the image.
I can do this by having a text box, but ideally i would like the user just to be able to click image then start to type and the text appears (without the use of a textbox.)
Listening to key events in a picturebox
Kirk Evans
Use a TextBox.
Divac
Teradar
I can do this by having a text box, but ideally i would like the user just to be able to click image then start to type and the text appears (without the use of a textbox.)