Results 1 to 3 of 3

Thread: I don't think anyone will know this but for u experts!

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    8

    Angry

    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
    -=XPS=-

  2. #2
    Guest
    Take a look at this thread.

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    8

    Angry

    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?

    -=XPS=-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width