肥龍 發表於 2008-12-28 01:01:34

c# 全屏無邊form


this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;
頁: [1]
查看完整版本: c# 全屏無邊form