|
-
Dec 30th, 2007, 06:19 PM
#1
Thread Starter
Junior Member
Write text on specific line in a textbox
I am trying to write text on a specific line in a textbox for example on the forth line)
I've tried :
TextBox1.Lines = TextBox1.Lines.Length
but get this error:
Value of type 'Integer' cannot be converted to '1-dimensional array of String'.
I assume this is beacause TextBox1.Lines is an array of all the text in every line in the textbox.
Multiline is set to true.
How to fix this?
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
|