日期:2014-05-18 浏览次数:20759 次
private void button1_Click(object sender, EventArgs e) { this.Size = new Size(400, 400); }
------解决方案--------------------
this.Height += 10;
this.Width +=10;
多点几次按钮试试
------解决方案--------------------
直接按钮点击事件下面写this.height=XX啊
------解决方案--------------------
((Control)this).Height = ...