$form.FormBorderStyle = [Windows.Forms.FormBorderStyle]::SizableToolWindow
See:
[Windows.Forms.FormBorderStyle] | get-member -static
--
greetings
dreeschkind
"Luke" wrote:
> Another question: how do you create a window with thin title bars (ex.
> http://www.mathcs.richmond.edu/~caud...mathscreen.jpg. Notice
> the titlebar with the smaller "x" for the close button on the palette to the
> right.)
>
> "Luke" wrote:
>
> > 1. Is it possible to create a new window with system.windows.form while
> > allowing the script to continue operations? If so, how?
> >
> > 2. How do you create keyboard shortcuts from within a form (ex. have ctrl +
> > w close the window)?