4
Reply

Setting Form Location during FormLoad

ilhami caliskan

ilhami caliskan

Aug 22 2012 10:30 AM
2.2k

Hello All again,

why I cant set Form location during FormLoading?

private void CopFrm_Load(object sender, EventArgs e)

{
Form.Location = new.Point(200,450);
}


Starting Form is set to manualy in properties.

I want to call point.X and PointY from the main menu and set the opening new Form to this point.

How can I do it?
Thanx again


Answers (4)