Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/11/2005, 09:30
Avatar de Maxi.Net
Maxi.Net
 
Fecha de Ingreso: abril-2005
Ubicación: R.M. Talagante, Chile!!
Mensajes: 295
Antigüedad: 19 años, 1 mes
Puntos: 2
Gracias por el codigo, aca tengo otra alternativa

Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles TextBox1.KeyDown
If e.KeyValue = Keys.F4 Then
MsgBox("F4")
End If
End Sub

extraida de http://support.microsoft.com/?scid=kb;es;822492
link proporcionado por FNX_NET.

adios y gracias