标签:style color sp 文件 log bs new nbsp res
1.选择文件
FolderBrowserDialog fbd = new FolderBrowserDialog();
fbd.SelectedPath = "D:";//默认路径
if(fbd .ShowDialog() == DialogResult.OK)
{
textBox_hex_file_path.Text = fbd.SelectedPath;
}
}
C#按键打开文件选择对话框,并把选择好的路径保存/显示到textBox
标签:style color sp 文件 log bs new nbsp res
原文地址:http://www.cnblogs.com/fx427103/p/4154065.html