1. how can i get a specific line in a multi-line textbox (line number) to be read from the textbox?
example: Label1.Text displays all text on line 25 from TextBox1

2. i also wanted to know how can i make it read the amount of lines in a multi-line textbox
example: Label2.Text displays the amount of lines used in TextBox1