M
Merlin
I have created a users control with a text box and button on it, what I want
to do is override the usercontrol Keydown events with that of the Text box.
What is the correct syntax to accomplish this?
Example of my text box sub:-
Private Sub Edit_KeyDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles Edit.KeyDown
End Sub
Thanks
to do is override the usercontrol Keydown events with that of the Text box.
What is the correct syntax to accomplish this?
Example of my text box sub:-
Private Sub Edit_KeyDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles Edit.KeyDown
End Sub
Thanks