A
angus
Hi All,
After making a full screen for the program, by
this.WindowState = FormWindowState.Maximized;
this.FormBorderStyle = FormBorderStyle.None;
this.ControlBox = false;
this.Menu = null;
How can i change screen back to normal?
I have tried calling the ControlBox and Menu back by
this.ControlBox = true;
this.Menu = new Menu();
but failed.
After making a full screen for the program, by
this.WindowState = FormWindowState.Maximized;
this.FormBorderStyle = FormBorderStyle.None;
this.ControlBox = false;
this.Menu = null;
How can i change screen back to normal?
I have tried calling the ControlBox and Menu back by
this.ControlBox = true;
this.Menu = new Menu();
but failed.