Highlights text in a textbox when it receives focus
Highlights text in a textbox when it receives focus
Rate Highlights text in a textbox when it receives focus
(1(1 Vote))
textbox1.selstart=0 'Goes to the front of the box
textbox1.sellength=len(textbox1.text) 'Hightlights to the end of the word
textbox1.setfocus 'Sets focus on textbox
Highlights text in a textbox when it receives focus Comments
No comments yet — be the first to post one!
Post a Comment