listbox = arraylist ?
I try to fill a listbox with filesearch.
My solution isn't pretty (First fill arraylist than listbox)
Code:
filesearch(arraylist3, textbox1.Text, "*.mp3")
for i=0 to arraylist3.Count-1
listbox1.Add(arraylist3.Item(i))
next i
Is there a better one?
__________________
sL00Pa
A636 (@416) / WM5 / 4GB / Bluetooth-Keyboard(I'm not a native english-speaker - if I make mistakes, please correct me!)
|