Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

help with vb6 problem

Name: Anonymous 2005-03-27 17:52

i want a text box's text to get selected when it gets focus.
how?

Name: Anonymous 2005-03-30 9:34

private sub stupidtextbox_Focus()
stupidtextbox.selStart = 0
stupidtextbox.selLength = Len(stupidtextbox.text)
end sub

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List