2020年12月22日

判断屏幕数量及跳转

摘要: if (Screen.AllScreens.Length == 2) { //此显示器是否为主屏 if (Screen.AllScreens[0].Primary) { this.Top = Screen.AllScreens[1].Bounds.Y; this.Left = Screen.AllS 阅读全文

posted @ 2020-12-22 08:42 mol1995 阅读(188) 评论(0) 推荐(0) 编辑

移动其他程序窗体 API.MoveWindow(hqwnd, mf.Left, mf.Top, mf.Width, mf.Height, 1);

摘要: API.MoveWindow(hqwnd, mf.Left, mf.Top, mf.Width, mf.Height, 1); 阅读全文

posted @ 2020-12-22 07:56 mol1995 阅读(100) 评论(0) 推荐(0) 编辑

导航