Results 1 to 4 of 4

Thread: please help, fairly easy question

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I have a text box, now how to I bring the cursor to the very beggingng and add something to it? like:

    text1.text = text1.text & "hello"

    but I need it to be in the begginng not the end of the ext box
    NXSupport - Your one-stop source for computer help

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    hmmmm....is it this?
    text1.setfocus ? I haven't used that much

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Cool

    Wouldn't this work instead :
    text1.text = "hello" & text1.text

    Leave spaces in the "Hello" string to seperate if necassary.

    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    thanks
    NXSupport - Your one-stop source for computer help

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