当前位置:编程学习 > C#/ASP.NET >>

如何设置打开文件通用对话框中的文件过滤器?

如何设置打开文件通用对话框中的文件过滤器? --------------------编程问答-------------------- OpenFileDialog openFileDilog = new OpenFileDialog();
openFileDilog.Filter = "图片(*.jpg)|*.jpg|图片(*.jpeg)|*.jpeg|图片(*.bmp)|*.bmp"; --------------------编程问答-------------------- openFileDilog1.Filter   =   "doc(*.doc) ¦*.doc ¦All Files(*.*)|*.*";
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,