Hi I have the following sub for a text box
If I press enter from within the text box everything is ok.
How do I activate the above sub from a button click event.
Thanks for any help
David
Code:
Private Sub userPword_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handels userPword.TextChanged
some code
End Sub
If I press enter from within the text box everything is ok.
How do I activate the above sub from a button click event.
Thanks for any help
David