Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/12/2009, 21:35
chuchufuentes
 
Fecha de Ingreso: mayo-2008
Mensajes: 353
Antigüedad: 16 años
Puntos: 3
Pregunta key TAB no trabaja

Hola, estoy usando vb.net 2005, pero no entiendo por que la tecla TAB no la reconoce el programa.

Private Sub txtcasillero_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtcasillero.KeyPress
If e.KeyChar = Convert.ToChar(9) Then
cmdeliminar.PerformClick()

End If
End Sub
Alguna idea cual es el problema