winform窗体全屏实现
时间:2011-06-03 来源:说不清这一切
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
this.TopMost = true; //这句无关紧要,可以不加
相关阅读 更多 +
排行榜 更多 +
时间:2011-06-03 来源:说不清这一切
this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
this.TopMost = true; //这句无关紧要,可以不加