14/04/2009, 09:16
|
| | | Fecha de Ingreso: octubre-2004 Ubicación: Monterrey - México
Mensajes: 875
Antigüedad: 20 años, 1 mes Puntos: 8 | |
Respuesta: Seleccionar texto Ya lo solucione con:
Código:
private void txtCuenta_Click(object sender, EventArgs e)
{
this.txtCuenta.SelectionStart = 0;
this.txtCuenta.SelectionLength = this.txtCuenta.Text.Length;
}
[U] Tema cerrado.[/U] |