lunes, 27 de marzo de 2017

Bloquear TextBox multilínea tecla Supr

Private Sub TextBox2_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox2.KeyDown
        e.SuppressKeyPress = True
    End Sub

No hay comentarios.:

Publicar un comentario