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

Recommended Answers

All 2 Replies

Just concatinate vbcrlf where ever u want to go for new line

thanks you very much, it works.. it all makes the design look and feel better these little details. have a nice day.

steve

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.