How can i add a line of text to a multi-line TextBox?
e.g. pseudocode;
textBox1.Clear(); textBox1.Lines.Add(\"1000+\"); textBox1.Lines.Add(\"750-999\
Just put a line break into your text.
You don't add lines as a method. Multiline just supports the use of line breaks.