Event in my control?

vnarod

Regular
Joined
Mar 22, 2002
Messages
84
I am writing my own control that inherits from TextBox. I need to write my own KeyPress event. What is the way of doing that?
"Shadows Sub KeyPress" without "Handles" doesn't get called and I am not sure what I should put in "Handles" part.
 
Back
Top