Código:
Pero con el clic del Mouse no me funciona, alguna idea? private void txtCuenta_GotFocus(object sender, EventArgs e)
{
this.txtCuenta.SelectionStart = 0;
this.txtCuenta.SelectionLength = this.txtCuenta.Text.Length;
}
Gracias de antemano.
PD: Estoy trabajando en WinForm con C# 2005
.


