You'll need to save the new entries somwhere and reload them next time the program is run.

The simplest way would be to write the contents of the list box to a text file - one item per line, when the program closes.



Alternatively, if there is only going to be a fairly small amount of data you could use the registry.

...or use a database...