Discussion:
Selected text on vb3
(too old to reply)
Mad
2004-01-13 16:24:17 UTC
Permalink
Hello, does anyone know how to make the text on a textbox be selected when
it gets focus on Visual Basic 3?
Martin Trump
2004-01-13 17:25:40 UTC
Permalink
Post by Mad
Hello, does anyone know how to make the text on a textbox be selected when
it gets focus on Visual Basic 3?
Look up help on:-

GotFocus, SelStart, SelLength, and Len(Text1.Text)

HTH.

Regards
--
Martin Trump
Continue reading on narkive:
Loading...