Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I HaveTwo Questions
Message
From
19/07/2000 13:40:46
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00394389
Message ID:
00394415
Views:
12
First Answer:
Private Sub Text1_KeyPress (KeyAscii As Integer)

If KeyAscii = 13 Then
  SendKeys "{tab}"
  KeyAscii = 0
End If

End Sub
Second answer: I don't know...
Previous
Reply
Map
View

Click here to load this message in the networking platform