G
Guest
I have a windows forms application with a TextBox display. I use the
following code to display a line in the TextBox:
......
statusTextBox.AppendText(message + "\n");
.......
I just want the text box to insert a new line after the message, it does
insert the new line but the [] always appears in the text box.
How can I add a new line without displaying []??
Any help is appreciated.
Thanks,
Esper
following code to display a line in the TextBox:
......
statusTextBox.AppendText(message + "\n");
.......
I just want the text box to insert a new line after the message, it does
insert the new line but the [] always appears in the text box.
How can I add a new line without displaying []??
Any help is appreciated.
Thanks,
Esper