Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/12/2005, 15:19
Mary_
 
Fecha de Ingreso: abril-2005
Mensajes: 163
Antigüedad: 19 años, 1 mes
Puntos: 0
Hola, la verdad que yo eso tb lo intenté y tampoco lo conseguí,

Private Sub txtNombre_Enter(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtNombre.Enter
txtNombre.Focus()
txtNombre.BackColor = Color.LightCyan
txtNombre.SelectAll()
'txtNombre.SelectionStart = 0
'txtNombre.SelectionLength = txtNombre.Text.Length
txtNombre.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
End Sub

saludos.