reconocer dos eventos de teclado
Publicado por Laura (1 intervención) el 07/09/2008 23:32:24
necesito detectar cuando se pulsan las teclas control+v...para impedir que se pueda pegar en el txtbox.
Gracias..me urge,.¡¡¡¡ algo asi???
textbox.......................
If e.KeyChar = Chr(13) ....?????????..(86) Then
e.Handled = True
MsgBox("no pegar", vbExclamation, "atencion")
TextBox1.Focus()
End If
Gracias..me urge,.¡¡¡¡ algo asi???
textbox.......................
If e.KeyChar = Chr(13) ....?????????..(86) Then
e.Handled = True
MsgBox("no pegar", vbExclamation, "atencion")
TextBox1.Focus()
End If
Valora esta pregunta


0