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()

To restart the application, use: Application.Restart(); Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.