Hey,
I created a label array under the InitializeComponent() call, but it is not always the same number of labels created.
The number can be changed through the options form. Currently, I am forcing the application to restart, but could I not just do:
form1 form = new form1()
form.Show()