码迷,mamicode.com
首页 > 其他好文 > 详细

[代码收集]文件过滤符

时间:2015-11-30 20:07:22      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:

        private static string ExcelFilter = "Excel(*.xls)|*.xls|All File(*.*)|*.*";
        private static string ImageFilter = "Image Files(*.BMP;*.bmp;*.JPG;*.jpg;*.GIF;*.gif;*.png)|(*.BMP;*.bmp;*.JPG;*.jpg;*.GIF;*.gif;*.png)|All File(*.*)|*.*";
        private static string HtmlFilter = "HTML files (*.html;*.htm)|*.html;*.htm|All files (*.*)|*.*";
        private static string AccessFilter = "Access(*.mdb)|*.mdb|All File(*.*)|*.*";
        private static string ZipFillter = "Zip(*.zip)|*.zip|All files (*.*)|*.*";
        private const string ConfigFilter = "配置文件(*.cfg)|*.cfg|All File(*.*)|*.*";
        private static string TxtFilter = "(*.txt)|*.txt|All files (*.*)|*.*";

 

[代码收集]文件过滤符

标签:

原文地址:http://www.cnblogs.com/Rmean/p/5007987.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!