I have a lot of text boxes in several frames on a single form. When the program executes I want to tab to different text boxes and when I tab I want to highlight the text to make editing easier. Right now, when I tab to the textboxes it just goes to the end of the string and doesn't highlight anything. I know that in the getFocus event you can set the selstart and then sellength to highlight all of the text, but if there's an easier way, I sure would like to hear about it. Thanks.


Reply With Quote