Hello all,

I'm trying to write a programme that could open several files and process it oen by one. And I'm puting a feature in, to give the user to choose which files to be processed.

What I've done is:
I've enabled the OpenFile Dialog for multi file selection
I've put the filenames onto a ListBox, and set the selection to multi selection

When the programme runs, what I wish the programme to do is to copy the selected file names onto a string array. But it is giving me some errors.

Could someone help me please. How could I copy the selected string on a ListBox onto a string array?


Many thanks,
Thomon