P
PocketPC
Hi,
How can I change the value of a key in the keypress event ?
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
if e.keychar=chr(13) then ....[??????????]-> value to change
End Sub
Thanks in advance
How can I change the value of a key in the keypress event ?
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
if e.keychar=chr(13) then ....[??????????]-> value to change
End Sub
Thanks in advance