Place a form before show it
C#
3
Posts
3
Posters
0
Views
1
Watching
-
How can i set a Location of a form then show it correctly? If i make this: MyForm f = new MyForm(); f.Locaion = myPoint; f.Show(); it doesn't Locate the Form at myPoint position.
-
How can i set a Location of a form then show it correctly? If i make this: MyForm f = new MyForm(); f.Locaion = myPoint; f.Show(); it doesn't Locate the Form at myPoint position.
Also, you have to make sure that the StartPosition property is set to Manual for the form. Darryl Borden Principal IT Analyst dborden@eprod.com