Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I HaveTwo Questions
Message
De
19/07/2000 13:40:46
 
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00394389
Message ID:
00394415
Vues:
11
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform