资源大小: 32KB
发布时间: 2010-09-28
文件格式: rar
下载次数: 2
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

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


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。