Garbage character in TextBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Guys,
I wanted to write one line at a time in TextBox and I did
something like this

this.textBoxSummary.Text += "Starting" + "\n" ;
this.textBoxSummary.Text += "Next line" + "\n" ;

It goes to next line but print some garbage character (small square) at the
end of each line for 'n'. Anybody has any idea how to avoid it.

Thanks in advance.

Santosh
 

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