|
-
Nov 30th, 1999, 09:34 PM
#1
Thread Starter
New Member
Hi
I´d like to place the cursor on a specific place in a textbox, is this possible, and how?
Regards
Wouter
-
Nov 30th, 1999, 10:03 PM
#2
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|