OpenFileDialog multifilter

Use this board to post your code snippets - tips and tricks
2 posts Page 1 of 1
Contributors
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

OpenFileDialog multifilter
M1z23R
So it is a quicksnip, to get files with specific but different extensions.
Example for all image files.
Code: Select all
Dim opfd as new openfiledialog
odfd.filter = "Image Files|*.gif;*.png;*.jpg;*.bmp"
Last edited by M1z23R on Sun Apr 15, 2012 6:08 pm, edited 1 time in total.
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: OpenFileDialog multifilter
clanc789
Try to use the
Code: Select all
code here
tags. Nice snippet though.
Practice makes perfect!

VIP since: 6-10-2011
2 posts Page 1 of 1
Return to “Quick Snips”