![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/09/2009, 11:23
|
| | Fecha de Ingreso: enero-2008
Mensajes: 144
Antigüedad: 17 años, 1 mes Puntos: 2 | |
Respuesta: C# evento de presionar enter texbox Hola,
private void txtPassword_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
if (e.KeyChar==(char)13)
this.iniciar_sesion();
}
Espero te ayude......
Cualquier cosa me avisas |