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