LER CARACTERES DE UMA TEXTBOX
Tenho uma consulta que permiti digitar alguns caracteres especiais tipo (%,$,#).
Como eu faço para bloquear esses caracteres.
Como eu faço para bloquear esses caracteres.
Não leve mau.
Google??????????????????
Google??????????????????
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
If Not Char.IsLetter(e.KeyChar) And Not e.KeyChar = vbBack And Not e.KeyChar = [Ô].[Ô] And Not e.KeyChar = [Ô],[Ô] Then
If e.KeyChar < [Ô]0[Ô] Or e.KeyChar > [Ô]9[Ô] Then
If e.KeyChar = [Ô]#[Ô] Or e.KeyChar = [Ô]$[Ô] Or e.KeyChar = [Ô]%[Ô] Then e.Handled = True
e.Handled = True
End If
End If
End Sub
Caro colega se a sua duvida já foi concluÃda feche o tópico.
Tópico encerrado , respostas não são mais permitidas