Two lines of code that select ALL text in a textbox.
Two lines of code that select ALL text in a textbox.
Rate Two lines of code that select ALL text in a textbox.
(1(1 Vote))
Just copy the code into a sub for selecting
all of the text in a textbox named Text1
Text1.SelStart = 0
Text1.SelLength = Len(Text1)
Visit http://www.Soundtrackdeluxe.com
Two lines of code that select ALL text in a textbox. Comments
No comments yet — be the first to post one!
Post a Comment