0
votes
votes
3 answers
Button Click events
Hi, I have the following code to select the file and display the content in a text box: private void Open_File_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new OpenFileDialog(); ...
blah blah blah is here! blah blah » Close
Hi, I have the following code to select the file and display the content in a text box: private void Open_File_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new OpenFileDialog(); ...
Got feedack? Found a bug? report it here.