最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
C#中OpenFileDialog 与FolderBrowserDialog用法实例
时间:2022-06-25 08:34:20 编辑:袖梨 来源:一聚教程网
| 代码如下 | 复制代码 |
| //选择 private void btnUser_Click(object sender, EventArgs e) { //选择文件 OpenFileDialog openFileDialog = new OpenFileDialog(); openFileDialog.Multiselect = true; //文件格式 openFileDialog.Filter = "所有文件|*.*"; //还原当前目录 openFileDialog.RestoreDirectory = true; //默认的文件格式 openFileDialog.FilterIndex = 1; if (openFileDialog.ShowDialog() == DialogResult.OK) { string path = openFileDialog.FileName; } //选择文件夹 FolderBrowserDialog dialog = new FolderBrowserDialog(); dialog.Description = "请选择文件路径"; if (dialog.ShowDialog() == DialogResult.OK) { string foldPath = dialog.SelectedPath; MessageBox.Show("已选择文件夹:" + foldPath, "选择文件夹提示", MessageBoxButtons.OK, MessageBoxIcon.Information); } } |
|
相关文章
- 漫漫漫画免费漫画下载安装最新版本-漫漫漫画官方免费资源入口 01-01
- 网页版淘宝快捷登录-淘宝官网网页版一键登录 01-01
- 观影GYING在线观看-观影GYING官网入口 01-01
- 微博网页版官方入口-微博网页版快速登录入口 01-01
- 一耽漫画最新版本下载安装-妖精漫画官方正版免费下载 01-01
- 观影GYING官网登录入口-观影GYING网页版高清在线 01-01