Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/04/2008, 13:56
ManuelV
 
Fecha de Ingreso: octubre-2003
Mensajes: 101
Antigüedad: 20 años, 7 meses
Puntos: 0
Re: C#: Como puedo sustituir la tecla TAB por Enter ??

trato de ejecutar esto

private void txtNroPersonas_KeyDown(object sender, KeyEventArgs e)
{
If e = Keys.Enter Then
Me.txtCantidad.Focus()
End If;

}

es como si el then no me lo reconociera.

¿¿??