Hi
I have a question that I hope someone can help me with. I'm selecting multiple files with an OpenFileDialog and putting the result in an array. My question is can the selected order of the files be carried into the array? If I have 3 files 'Test1', 'Test2' and 'Test3', when i select them in order (Test1, test2 then test3) the resulting array lists them as test3(0), test1(1), test2(2). There is no order, there just chucked in there. You can see it as you select them in the filename DDL in the dialog.
Any suggestions?
Stevio
I have a question that I hope someone can help me with. I'm selecting multiple files with an OpenFileDialog and putting the result in an array. My question is can the selected order of the files be carried into the array? If I have 3 files 'Test1', 'Test2' and 'Test3', when i select them in order (Test1, test2 then test3) the resulting array lists them as test3(0), test1(1), test2(2). There is no order, there just chucked in there. You can see it as you select them in the filename DDL in the dialog.
Any suggestions?
Stevio
Comment