使用参数中的OpenFileDialouge选择

本文关键字:OpenFileDialouge 选择 参数 | 更新日期: 2023-09-27 17:59:16

我正在尝试使用OpenFileDialouge控件来选择一个文件夹,这样它就可以选择一个文件并将其输出到下面的代码中:

    private void button18_Click(object sender, EventArgs e)
    {
        Process.Start("test.exe", <openfiledialouge-output-here> );
    }

因此将包含所选文件

使用参数中的OpenFileDialouge选择

使用FolderBrowserDialog选择文件夹,而不是OpenFileDialog。

更新:这是MSDN文档,更好。

http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog.aspx

相关文章:
  • 没有找到相关文章