View Single Post
  #1 (permalink)  
Old 05-07-2007, 01:32 PM
sloopa's Avatar
sloopa sloopa is offline
Knows the basics
 
Join Date: Apr 2007
Location: Germany
Posts: 55
Default 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!)
Reply With Quote