Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/03/2008, 11:16
MikiBroki
 
Fecha de Ingreso: abril-2002
Mensajes: 1.014
Antigüedad: 22 años
Puntos: 8
Re: TextBox, onchange y msgbox

Pues parece que se sigue comportando igual

Código:
If (sender.GetType().ToString() = "System.Windows.Forms.TextBox") And (e.KeyCode = Keys.Enter) And (Me.txtUsuario.Text.Trim().Equals("") = False) Then
    Me.login()
End If