Results 1 to 2 of 2

Thread: Place cursor in textbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 1999
    Location
    Barcelona, España
    Posts
    14

    Post

    Hi

    I´d like to place the cursor on a specific place in a textbox, is this possible, and how?

    Regards
    Wouter

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    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
  •  



Click Here to Expand Forum to Full Width