Results 1 to 2 of 2

Thread: [RESOLVED] CommonDialog Problem

  1. #1

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Resolved [RESOLVED] CommonDialog Problem

    I want to be able to allow multiple extentions to be accessible from one filter. So far this doesn't work for jpegs, and doesn't show any of the jpeg files, unless I only leave one extention in there:

    VB Code:
    1. CommonDialog1.Filter = "Bitmap (*.bmp*)|*.bmp*|" & _
    2.                                 "Jpeg (*.jpg;*.jpeg;*.jpe;*jfif)[b]|*.jpg* *.jpeg*|[/b]" & _
    3.                                 "All Files (*.*)|*.*"

  2. #2

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: CommonDialog Problem

    Nevermind, I had to put a semicolon in between then, like this:

    *.jpg;*.jpeg;*.jpe;*jfif

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