Results 1 to 3 of 3

Thread: [RESOLVED] Text box problem again...

  1. #1

    Thread Starter
    Member Croftage's Avatar
    Join Date
    Feb 2006
    Location
    Lincoln
    Posts
    47

    Resolved [RESOLVED] Text box problem again...

    When typing in a text box the text goes past the end of it not to the next line, I was suggested this piece of code:

    Text1.Text = Text1.Text & "new text"
    Text1.SelStart = Len(Text1.Text)

    But it does not work, Can someone help?

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Text box problem again...

    Set the textbox's Multiline property to true and Scrollbar to vertical.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3

    Thread Starter
    Member Croftage's Avatar
    Join Date
    Feb 2006
    Location
    Lincoln
    Posts
    47

    Re: Text box problem again...

    Wow, thank you very much

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