Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/04/2008, 14:31
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 5 meses
Puntos: 87
Re: C#: Como puedo sustituir la tecla TAB por Enter ??

es c# o vb net

veo una mezcla

si es c#

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

}
__________________
Curso WF4
http://cursos.gurudotnet.com/ DF
Aprende HTML5