frmShow frm = new frmShow(); //设置为手动 frm.StartPosition=FormStartPosition.Manual;//更改位置 frm.Location = new Point(500, 500); frm.Show();