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:
CommonDialog1.Filter = "Bitmap (*.bmp*)|*.bmp*|" & _ "Jpeg (*.jpg;*.jpeg;*.jpe;*jfif)[b]|*.jpg* *.jpeg*|[/b]" & _ "All Files (*.*)|*.*"



Mark Thread Resolved
Reply With Quote