OpenFileDialog Filter属性设置所有图片格式

OpenFileDialog _dialog = new OpenFileDialog();

_dialog.Filter = 
"All Image Files|*.bmp;*.ico;*.gif;*.jpeg;*.jpg;*.png;*.tif;*.tiff|"
"Windows Bitmap(*.bmp)|*.bmp|"
"Windows Icon(*.ico)|*.ico|"
"Graphics Interchange Format (*.gif)|(*.gif)|"
"JPEG File Interchange Format (*.jpg)|*.jpg;*.jpeg|"
"Portable Network Graphics (*.png)|*.png|"
"Tag Image File Format (*.tif)|*.tif;*.tiff";

if (DialogResult.OK == _dialog.ShowDialog(this))
{

}
上一篇:将WordPress站点转换为Joomla


下一篇:ubuntu速度慢的原因之内存和swap分区