hi there

I want to create paragraphs or in other words I want to separate lines whenever I want. for example:

car name: bla bla
car license plate: bla bla
.
.
.

how can use that property of richtextbox in my rezervation program. I have searched through the web site but I couldn't find anything about this subject. If there is one that I missed unfortunately, just copy the link and send it here. thank you all..

Recommended Answers

All 4 Replies

Hi,

use "VbCrLf"

Text1.Text ="Abcd" & vbcrlf & "1234"

REgards
Veena

thank you very much :)

RichTextBox1.Text = RichTextBox1.Text & "sometext" & vbNewLine

Hi t_yalthis,
Please mark it as resolved if your thread is solved.
Thanks

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.