string filename=null;
//On The Load Button's Click Event...
private void btnLoad_Click(System.Object sender, System.EventArgs e)
{
if (OpenFileDialog1.ShowDialog == DialogResult.OK)
//Store Filename Into The Variable...
filename = OpenFileDialog1.FileName;
//Load Selected Text Format Or RTf Format File in RichTextBox...
RichTextBox1.LoadFile(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: