hi...
i draw a form dynamically with
me.width=x
me.height=y
all works fine....
but before i display the form, i want to set it to centerscreen with:
Me.StartPositio n = System.Windows. Forms.FormStart Position.Center Screen
this doesn´t work...
it always move to center calculated by the x,y size of the given designer
property for this form....
i draw a form dynamically with
me.width=x
me.height=y
all works fine....
but before i display the form, i want to set it to centerscreen with:
Me.StartPositio n = System.Windows. Forms.FormStart Position.Center Screen
this doesn´t work...
it always move to center calculated by the x,y size of the given designer
property for this form....