private void button4_Click(object sender, EventArgs e)
{
string filename = null;
if (OpenFileDialog1.ShowDialog == DialogResult.OK)
//Store Selected File Name In the Variable...
filename = OpenFileDialog1.FileName;
//Load Selected File Into The RichtextBox...
RichTextBox1.LoadFile(filename);
}
//Set The Form Title Name As Filename.....
this.Text = filename;
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: