Hi
I´d like to place the cursor on a specific place in a textbox, is this possible, and how?
Regards
Wouter
Printable View
Hi
I´d like to place the cursor on a specific place in a textbox, is this possible, and how?
Regards
Wouter
Do you mean the Caret?
Try the SelStart Property, eg.
------------------Code:Text1 = "Hello World!"
'Position the Caret at the End of "Hello"
Text1.SelStart = 5
Aaron Young
Analyst Programmer
[email protected]
[email protected]