Hi,
I build a form with those parameters:
$form.Height=400
$form.Width=380
$form.Text="Box"
$form.FormBorderStyle=1
I know that there is a parameter that can open it on the center : $Form.StartPosition = "CenterScreen"
I need that the form will open on the right center of the screen.
Thanks
Lior