Results 1 to 2 of 2

Thread: Position of cursor in a text box

  1. #1

    Thread Starter
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Post

    How do I find out where the cursor is located in a text box. I need something like:

    Dim x As Integer
    x = Text1.CursorPosition


    Thanks!

    ------------------
    Ryan

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Post

    Use the SelStart property for your "CursorPosition".

    ------------------
    Marty

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