赞
踩
- richTextBox1.Text += textBox1.Text.ToString() +"\n";
- int i = richTextBox1.Text.Length;
- int j = textBox1.Text.Length;
- int k = i - j;
- richTextBox1.Select(k-1, i);
- richTextBox1.SelectionColor = Color.Red;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。