Winform窗口实现多显示屏显示的2种方法
一台主机连接了2台显示器(2个显卡),要求一个程序的两个窗体在不同的显示器上显示:显示器1显示From1,显示器2 显示From2。代码及说明如下:
Form1不需要变更代码,From2添加如下代码:
//方法一:
From2frm2=newFrom2();
if(Screen.AllScreens.Count()!=1)
{
frm2.Left=Screen.AllScreens[0].Bounds.Width;
frm2.Top=0;
frm2.Size=newSystem.Drawing.Size(Screen.AllScreens[1].Bounds.Width,Screen.AllScreens[1].Bounds.Height);
}
//方法二:
this.Left=((Screen.AllScreens[1].Bounds.Width-this.Width)/2);
this.Top=((Screen.AllScreens[1].Bounds.Height-this.Height)/2);
this.Size=newSystem.Drawing.Size(Screen.AllScreens[1].Bounds.Width,Screen.AllScreens[1].Bounds.Height);
说明:
获取当前系统连接的屏幕数量:Screen.AllScreens.Count();
获取当前屏幕的名称:stringCurrentScreenName=Screen.FromControl(this).DeviceName;
获取当前屏幕对象:ScreenCurrentScreen=Screen.FromControl(this);
获取当前鼠标所在的屏幕:ScreenCurrentScreen=Screen.FromPoint(newPoint(Cursor.Position.X,Cursor.Position.Y));
热门推荐
3 祝福语简短的微信
10 幼儿祝福语大全简短贺卡
11 感谢教官文案祝福语简短
12 鼠年同事祝福语简短创意
13 元旦祝福语 简短独特群发
14 妈咪跟我生日祝福语简短
15 给儿子新婚祝福语简短
16 伴娘祝福语长文案简短
17 恭喜高考完祝福语简短
18 生日祝福语送老公简短