Openfiledialog C

[Solved] Openfiledialog C | Vb - Code Explorer | yomemimo.com
Question : c# open file dialog

Answered by : ugly-unicorn-9jo2xpodh0es

OpenFileDialog dialog = new OpenFileDialog();
if (DialogResult.OK == dialog.ShowDialog())
{ string path = dialog.FileName;
}

Source : | Last Update : Thu, 23 Jul 20

Answers related to openfiledialog c

Code Explorer Popular Question For Vb