Hello everyone,
am able to get a the filename/path from an item i drop onto my list box using the code below. but unfortunately only one of the item is drop no matter the multiple selection of files i make say from the desktop or elsewhere.

dim str as string
str = data.item(1)
listbox1.additem str

I would be very grateful if anyone could show me how to get all the selected files into the listbox. Thank you.