|
-
Dec 10th, 2009, 09:44 AM
#1
Thread Starter
Lively Member
Urgent help. How to get multiple ole drag and dropped items into listbox
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|