Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Form parameters

$
0
0

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 

 

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles