Hi everyone
I have no idea why my OpenFileDialog Filter String is NOT working as expected?
Well, when running my application and show OpenFileDialog it will filter and show *.bmp and *.jpg files, but it won't show any of *.gif or *.ico files!
Can anyone help me plz?!
I have no idea why my OpenFileDialog Filter String is NOT working as expected?
Visual Basic:
All Picture Files |(*.gif;*.jpg;*.jpeg;*.jpe;*.jfif;*.png;*.bmp;*.dib;*.wmf;*.art;*.ico)|All Files (*.*)|*.*
Can anyone help me plz?!