prova cosi ...
dovrebbe funzionarecodice:Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 96 And KeyAscii < 123 Then KeyAscii = KeyAscii - 32 End If End Sub
prova cosi ...
dovrebbe funzionarecodice:Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii > 96 And KeyAscii < 123 Then KeyAscii = KeyAscii - 32 End If End Sub