用于窗口全屏的代码 两种全屏方法 c# /窗体的基本设置: //(1)工作区域设置 //方法1-获取工作区的分辨率 /* Rectangle rect = new Rectangle(); rect = Screen.GetWorkingArea(this); rect.Width=System .Windows .Forms .Screen .GetWorkingArea (this).Width ; rect.