08-29-2011, 01:43 PM
(This post was last modified: 08-29-2011, 01:44 PM by AceInfinity.)
I would recommend a listview, people only use listboxes because it's easier, but listview controls can handle more data, and you don't need to click on it to see the full list of added items depending on the size properties... Some people would even go to use a combobox. If you're dealing with even larger data, then you would use a datagridview control.