摘要:
将RichTextBox的内容直接写入数据库: private void button1_Click(object sender, EventArgs e) { System.IO.MemoryStream mstream = new System.IO.MemoryStream(); this.richTextBox1.SaveFile(mstream, RichTextBoxStr... 阅读全文
posted @ 2008-07-01 09:12
tiasys
阅读(684)
评论(2)
推荐(0)

浙公网安备 33010602011771号