|
-
Feb 18th, 2006, 12:37 PM
#1
Thread Starter
Member
[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?
-
Feb 18th, 2006, 12:40 PM
#2
Re: Text box problem again...
Set the textbox's Multiline property to true and Scrollbar to vertical.
-
Feb 18th, 2006, 12:41 PM
#3
Thread Starter
Member
Re: Text box problem again...
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
|