Help needed! I want to pass text from a text box to a label, but then once that label has text in it, for the program to create a new label underneath the previous one, so when i add some more text it fills the new label and so on and so on. The code below will take the text you write and put it into the label, but i cant figure out how to do it with more than one, except by using if / else if statements which i do not want to do.
namespace
{
public partial class Form1 : Form
InitializeComponent();
}
label1.Text = a;