Results 1 to 4 of 4

Thread: VB TxtBox help?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Posts
    16

    Post

    I need to go onto the next line in a textbox that is set to (multiline). However, & vbCr & or + vbCr + don't work...
    Please help,

    Anton LaVey

  2. #2
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Post

    Ahh, just found this out myself! try:

    text1.text = "whatever you want" & vbCrLf & "Whatever you want"

    so basically what your looking for is "vbCrLf"

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Posts
    16

    Post

    That's cool man. Thanks loads for helping me...

    Now, does anyone know how to change the color of certains words in a list or array when they are typed into a textbox? Like when If Then or Else is highlighted in blue when you finish a line on VB.
    Also, final question for now, How does an Intellisense system work, like when functions are completed for you automatically?

    Thanks again!

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Posts
    16

    Post

    Come on, please help me...

    Anton LaVey

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