OpenFileDialog Filter String

VBOfficer

Member
Joined
Jan 22, 2009
Messages
23
Hi everyone :)
I have no idea why my OpenFileDialog Filter String is NOT working as expected?
Code:
All Picture Files |(*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.png;*.bmp;*.dib;*.wmf;*.art;*.ico)|All Files (*.*)|*.*
Well, when running my application and show OpenFileDialog it will filter and show *.bmp and *.jpg files, but it wont show any of *.gif or *.ico files!
Can anyone help me plz?! :confused:
 
Back
Top