Im selecting the Files in this order..
First file i select is
1. Mario Vazquez
2. Ne-Yo
3. Akon
Then when added to the listbox, it shows in this order.
1. Ne-yo
2. mario Vazquez
3. Akon
just like that.. and thats while using this code :
For i = UBound(tmp) To 0 Step -1
List4.AddItem tmp(i)
Next i




Reply With Quote