Hi
Ia want to show text in a multi-line textbox, but my problem is how do I start a new line when using code like so..
TxtBox_TechTalk.Text = " Good Effort.. You Got " & Lbl_TotalMark.Text & " Lets try the next test. Click the Subtraction Test button to move on. "
The image I have uploaded shows an example of how the text shows on my form, but I want the text to start on a new line. Hoiw can I do this
thanks