Form2 dlg = new Form2();
Screen[] screens = Screen.AllScreens;
Rectangle bounds = screens[1].Bounds;
dlg.SetBounds(bounds.X, bounds.Y, bounds.Width, bounds.Height);
dlg.StartPosition = FormStartPosition.Manual;
dlg.Show();
ไม่มีความคิดเห็น:
แสดงความคิดเห็น