hi guys.. I'm having a problem retrieving the selected values of files from a multiselect filelstbox. What i want to do is select multiple files and on a buton click push the filenames into a list box...
I can only seem to output the file that holds the focus within the filelistbox itself... and not any of the other selected files.
I checked msdn and got the following:
Is there an alternative to this ?
Thx in advance...
LaVey
____________________________________
Eat , Sleep , Live
I can only seem to output the file that holds the focus within the filelistbox itself... and not any of the other selected files.
I checked msdn and got the following:
If the MultiSelect property is set to 0, you can use the ListIndex property to get the index of the selected item. However, in a multiple selection, the ListIndex property returns the index of the item contained within the focus rectangle, whether or not the item is actually selected.
Is there an alternative to this ?
Thx in advance...
LaVey
____________________________________
Eat , Sleep , Live