ilhami caliskan

ilhami caliskan

  • NA
  • 76
  • 89.7k

Setting Form Location during FormLoad

Aug 22 2012 10:30 AM

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)