Hey, I love C++ Builder and it has surpassed VC++ in every way so far...
But there is currently one problem that I can't seem to find out... I need to get all the selected strings from a ListBox and I can't find out what function/variable I need to use to do so?
What I want:
An array/list of the strings that are selected inside of a listbox. (Or the indexes of them, I know how to do for loops and how to grab the string at a certain index).
Any help is appreciated (Even a forum where the answer may be easier to get),
fmwyso