Results 1 to 2 of 2

Thread: VB Common Dialog Box

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Location
    India
    Posts
    14

    Post VB Common Dialog Box

    Dear Friends,

    I'm facing a small problem in VB6. I want to use common dialog
    box (open) for selecting multiple files at a time like in winamp
    you can choose multiple files with SHIFT or CTRL. But whenever
    I write code and run It display dialog box quite old type and
    files names are in 8.3 format. I can't see standard dialog. When
    I rewrite the code for normal single file, it works fine.
    Please help as how to display common dialog (open) to select
    multiple files at a time.

    Please help me !

    Jagveer

  2. #2
    MerryVIP
    Guest
    Yes, this is annoying thing in VB. I think it must be solved via API...Not nice, not nice. Stupid Microsoft designers. And with API it gets way more complicated. That is why I always make my own open window when I want to have multiple files. Maybe not a standard, maybe doesn't look great, but hey, easier than API way!

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