Original Post
I'm working with the win api listbox. Ultimately I'm trying to make a playlist creator, where I can select mp3s from one list box, add them to another, then write the 2nd list box to a text file. My question is, how do I dump the contents of a list box to a string? I don't have much experience using the windows api, so maybe I don't even want it dumped into a string, I'm not sure. Should I be adding the selected content from list box to an array each time it's selected, then printing the array?