|
-
Oct 27th, 2001, 04:58 AM
#1
KeyAscii
hi there,
I use this code on each text_KeyPress
i think it could be use only at once in the form
instead of rewrite this code every time ,
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then
text2.SetFocus
End If
End Sub
could someone help pls.
thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|