I\'m making an example for someone who hasn\'t yet realized that controls like ListBox don\'t have to contain strings; he had been storing formatted strings and
ListBox
I don't know much about vb.net but in C# you should use datasource and then bind it by calling listbox.bind() would do the trick.
listbox.bind()