Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2008, 11:32
ultimateZERO
 
Fecha de Ingreso: marzo-2008
Mensajes: 173
Antigüedad: 16 años, 11 meses
Puntos: 0
Re: Resaltar un TextBox cuando tiene foco!

hola, para cada textbox en su evento enter y leave

Código:
    Private Sub TextBox2_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.Enter
        TextBox2.BackColor = Color.Azure
    End Sub

    Private Sub TextBox2_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.Leave
        TextBox2.BackColor = Color.White
    End Sub
espero t sirve ahi em cuentas k tal t funciono