Select the text of a text box when it gains focus
Select the text of a text box when it gains focus
Rate Select the text of a text box when it gains focus
(1(1 Vote))
text1.SelStart = 0
text1.SelLength = Len(text1.Text)
End Sub
Select the text of a text box when it gains focus Comments
No comments yet — be the first to post one!
Post a Comment