blah blah blah is here! blah blah » Close

0
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(); ...

Feedback