I have a listbox on Form2, populated by an array that is prepared on Form1.
I've included a checkbox on Form2 that allows the user to sort the contents of the listbox.
What I want to be able to do is allow the user to de-select the checkbox, and return the listbox to the original, unsorted, list.
Is the only way to do this to clear the listbox, and fill it again with the original array?