My main program form is always running, among other buttons it has a button which you can click which brings up another form containing a listbox, and calls a sub on the new form which generates a random amount of random strings, but when i close the listbox form and load it again from the main program the strings are randomly generated again(obviously) can anyone tell me how to stop this?