Wednesday, 11 September 2013

Alternitive to constructor?

Alternitive to constructor?

I want to set the location of a form using:
this.Location = new Point(2908, 953);
in the constructor. The constructor seems to ignore it. I want it to go to
the location only once during the whole execution of the program and have
it do it right when the program starts.
What should I do?

No comments:

Post a Comment