richtextbox vbcrlf

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
U

ucasesoftware

it seems that in richTextBox there is not Vbcrlf ???

what is ?
 
Not sure about VbCrLf, but this should work fine:

RichTextBox1.Text = "1" & Microsoft.VisualBasic.ControlChars.CrLf & "2"

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
iwdu15 said:
im not sure, but shouldnt the keyword "vbnewline" work?

Yes, it should work, but its value is the same as 'vbCrLf'.
 
i kno its a lil off topic, but whats the difference between "vbnewline" and
"vbCrLf"?
 
iwdu15 said:
i kno its a lil off topic, but whats the difference between "vbnewline" and
"vbCrLf"?

The only difference is the name.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top