|
-
Jan 7th, 2000, 07:37 AM
#1
Thread Starter
Junior Member
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
-
Jan 7th, 2000, 07:41 AM
#2
Addicted Member
Ahh, just found this out myself! try:
text1.text = "whatever you want" & vbCrLf & "Whatever you want"
so basically what your looking for is "vbCrLf"
-
Jan 7th, 2000, 07:44 AM
#3
Thread Starter
Junior Member
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!
-
Jan 7th, 2000, 08:03 AM
#4
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|