{
Filename = openFileDialog1.FileName;
if (Filename != "")
{
this.textBox1.Text = Filename;
this.richTextBox1.LoadFile(@Filename, RichTextBoxStreamType.PlainText);
}
}
}
//构造函数
this.textBox1.KeyPress += new KeyPressEventHandler(textBox1_KeyPress);
this.textBox1.Validating += new CancelEventHandler(textBox1_Validating);
this.richTextBox1.LinkClicked += new LinkClickedEventHandler(richTextBox1_LinkClicked);
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/jisuanjixue/article-29694-3.html
正义的国家站在正义的立场应该坚决予以反击
像你自己挣钱多