我把richtextbox放在tablelayout中时窗体加载时字外面绘的方框消失了,怎么办,
[code=C#][/code]
窗体的paint事件中有如下代码;
private void Form1_Paint(object sender, PaintEventArgs e)
{
this.GraphicsText1(richTextBox1,50,50);
this.GraphicsText2(richTextBox2,50,50);
}
------解决方案--------------------
你的方框在哪画的,form上还richedit上,代码怎么写的