stupid question

S

steve

i want to highlight text in a textbox such that the cursor is positioned at
the beginning of the text after highlighting is complete. the problem is
that the text is longer that the textbox's diplay area and when highlighted,
the cursor is at the end of the string.

i've played around with this but can't accomplish it in a timely manner. any
help is appreciated.

tia,

steve
 
S

steve

apparently there is no way to do it efficiently other than
sendkeys.send("{END}+{HOME}")


|i want to highlight text in a textbox such that the cursor is positioned at
| the beginning of the text after highlighting is complete. the problem is
| that the text is longer that the textbox's diplay area and when
highlighted,
| the cursor is at the end of the string.
|
| i've played around with this but can't accomplish it in a timely manner.
any
| help is appreciated.
|
| tia,
|
| steve
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top