Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select on entry in a textbox
Message
 
To
16/01/2003 16:56:53
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00742658
Message ID:
00742774
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform