|
-
Sep 30th, 2000, 10:08 PM
#1
Thread Starter
New Member
Ok I am trrying to get a common dialog box file name into a list box
problem is i am useing mulit select
like this
Private Sub Command1_Click()
CommonDialog1.Flags = cdlOFNAllowMultiselect _
Or cdlOFNExplorer
CommonDialog1.ShowOpen
'now what do i put here
'if i put "list1.additem CommonDialog1.filename"
'it wont work
'anyone know how to get all file to be added to the list box?
End Sub
if anyone knows plz let me know
-=XPS=-
Thanks
-
Sep 30th, 2000, 10:23 PM
#2
Take a look at this thread.
-
Sep 30th, 2000, 10:46 PM
#3
Thread Starter
New Member
Yea that helpd alot but i need it to show the full file name path not just the file its self!
DO u know how?
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
|