1. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
2 .this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
这2行代码即可,
或者使用 api
1. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
2 .this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
这2行代码即可,
或者使用 api