هل تريد منع المستخدم من استخدام المسافة في صندوق النص
- التفاصيل
- الزيارات: 4270
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 32 Then
KeyAscii = 0
End If
End Sub
http://www.arabteam2000-forum.com/
Private Sub Text1_KeyPress(KeyAscii As Integer)
If KeyAscii = 32 Then
KeyAscii = 0
End If
End Sub
http://www.arabteam2000-forum.com/