求助:窗口最大化以后,还原的代码
this.WindowState = FormWindowState.Maximized;this.FormBorderStyle = FormBorderStyle.None;
this.ControlBox = false;
this.Menu = null;
以上是我最大化的代码,但是再点一下那个最大化按钮,应该使它还原,代码是什么呢?初次接触C#。大家帮帮呀
2006-12-13 19:55
2006-12-13 20:03