Hey, I am wondering how I can grab all the selected strings from a ListBox with multiple selection on...
I tried looking for it on google and everything, and I know about SelCount but I haven't been able to find out how to grab the strings or the indexes of the selected items...
Any help is appreciated, thanks :D
fmwyso
hi
which tool or language you using now.
In VC++.NET or C#,VB, there is property "SelectedItems" which returns a collection(array) of currently selected items.
--
Regards,
Asif