Hello, i want to check what letter is typing by user in textbox in event text change.
Any body know how to do that?
this is my code :
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventHandler) Handles TextBox1.TextChanged
MessageBox.Show(??)
End Sub
?? = ?
Please help me! thanks :)