Results 1 to 2 of 2

Thread: Multiple Select?????

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    23

    Question

    Hi
    How to Select multiple Files using CommonDialog Control?
    Plz tell me
    Thanks in Advance
    Karthik

  2. #2
    Guest
    You can set the cdlOFNAllowMultiselect flag like this:

    Code:
    CommonDialog1.Flags = cdlOFNAllowMultiselect
    Each filename returned will be separated by a null character.


    Sunny

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