|
-
Sep 8th, 2007, 03:19 PM
#1
Thread Starter
Fanatic Member
[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?
-
Sep 8th, 2007, 03:22 PM
#2
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. 
-
Sep 8th, 2007, 07:03 PM
#3
Thread Starter
Fanatic Member
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.
-
Sep 8th, 2007, 07:07 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|