Results 1 to 4 of 4

Thread: [RESOLVED] Textbox Help

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Resolved [RESOLVED] Textbox Help

    Is there a way to have a textbox where it can be multiline and it can add text to each line? Where each time i tell it its caption it can add it to a new line?

  2. #2
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Textbox Help

    Yeah. Make it's MULTILINE property to TRUE. Then when you want to add text to it do this: text1.text = text1.text & vbcrlf & "your new text"
    [vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Re: Textbox Help

    I mad it multiline and i have a question is there a way to add a scrollbar so when it get so bottom it can add a scrollbar.

  4. #4
    Fanatic Member drivenbywhat's Avatar
    Join Date
    Jan 2007
    Location
    VA - USA
    Posts
    866

    Re: Textbox Help

    There is a property called SCROLLBARS. Dude, take a few minutes to see what the properties for a textbox are. Your questions are something you should be able to do by yourself.
    [vb5 & starting to move to vb2008] I appreciate the help I get from everyone. Thank you.

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