problem about filefilter-Collection of common programming errors
Pedro77
c# file-extension openfiledialog filefilter
I have this file types Filters:public const string Png = “PNG Portable Network Graphics (*.png)|” + “*.png”;public const string Jpg = “JPEG File Interchange Format (*.jpg *.jpeg *jfif)|” + “*.jpg;*.jpeg;*.jfif”;public const string Bmp = “BMP Windows Bitmap (*.bmp)|” + “*.bmp”;public const string Tif = “TIF Tagged Imaged File Format (*.tif *.tiff)|” + “*.tif;*.tiff”;public const string Gif = “GIF Graphics Interchange Format (*.gif)|” + “*.gif”;public const string AllImages = “Image file|” + “*.pn
Web site is in building