
11/04/2008, 13:56
|
| | Fecha de Ingreso: octubre-2003
Mensajes: 101
Antigüedad: 21 años, 5 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.
¿¿?? |