Results 1 to 5 of 5

Thread: Move Keyboard Cursor

  1. #1

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    maybe that can help you :

    Code:
    Private Sub Command1_Click()
    For x = 1 To Len(Text1)
        If Mid(Text1, x, 1) = " " Then
            Text1.SelStart = x
            Text1.SelLength = 0
            Text1.SetFocus
        End If
    Next x
    End Sub

  2. #2

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    what the @%&* happen here,
    you started the post, not me!!
    oh well

  3. #3
    Member
    Join Date
    Mar 2001
    Location
    Nebraska
    Posts
    46

    Smile

    Hey I need help I got a text box and i need to default the cursor to arrow over 1 space so it is between text i have defaulted there NOT mouse cursor but the blinking cursor what code can I use to do this I am stuck. Any help is greatly appreciated thanks.

    Robb

  4. #4
    Guest
    Hehe, I've seen this happen before, very cool .


  5. #5

    Thread Starter
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    i think it's because john sort the thread by date and time!

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