winform窗体全屏实现

this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
this.TopMost = true//这句无关紧要,可以不加
posted @ 2011-06-03 15:39  说不清这一切  阅读(338)  评论(0)    收藏  举报