Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select on entry in a textbox
Message
 
À
16/01/2003 16:56:53
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00742658
Message ID:
00742774
Vues:
19
This message has been marked as the solution to the initial question of the thread.
Jerry,

I am not shure if there is a property, but you can place code the following line in Control_Enter:
private void txtName_Enter(object sender, System.EventArgs e)
{
   this.txtName.SelectAll();
}
Perhaps there is a much easier way.. I don't know.

Marcus

>In a C# WinForm, is there a way to highlight the entire textbox when the
user tabs or clicks into the textbox.
Marcus Alt
TRIA IT-Consulting GmbH
Working hard | for your success
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform