用下面这两条语句实现全屏 但不菜单还是显示,想在全屏模式下隐藏菜单,如何做?
this.FormBorderStyle   =   FormBorderStyle.None;   
this.WindowState   =   FormWindowState.Maximized;