- Код: Выделить всё
Private Sub Text1_KeyPress(KeyAscii As Integer)
Dim sTemplate As String
sTemplate = "qwertyuiop[]asdfghjkl;'zxcvbnm,./!@#$%^&*()_+ "
If InStr(1, sTemplate, Chr(KeyAscii)) > 0 Then KeyAscii = 0
End Sub
Private Sub Text1_KeyPress(KeyAscii As Integer)
Dim sTemplate As String
sTemplate = "qwertyuiop[]asdfghjkl;'zxcvbnm,./!@#$%^&*()_+ "
If InStr(1, sTemplate, Chr(KeyAscii)) > 0 Then KeyAscii = 0
End Sub
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 18