Hi!
Have this app in Visual Studio 2008. VB.NET
And want to highlight a textbox, when the object got focus.
Insert this line into Gotfocus event....
Text1.SelectionStart = 0
Text1.Select(0, Text1.Text.Length)
But it dosen work ???
Please help ASAP.
Start Free Trial