openFileDialog_FileOK is never called in C#
Advertisements I want to print the name of the selected file on label1 when the FileDialog closes successfully using the openFileDialog_FileOk in C#, but the openFileDialog_FileOK is never called. Sorry for bad English. namespace Graph_Win_Forms { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) {… Read More openFileDialog_FileOK is never called in C#