Hi all

Can someone please tell me what form property do I set to
stop user from re-sizing or scaling the form/window.

Thanks in advance
Al

Re: Stop window re-sizing/scaling by Jack

Jack
Fri Aug 08 14:33:09 CDT 2003

In article <013301c35de2$35aa9670$a501280a@phx.gbl>, 0@0.com says...
> Hi all
>
> Can someone please tell me what form property do I set to
> stop user from re-sizing or scaling the form/window.

Set the form property BorderStyle to anything except 3.

Or, set MinWidth and MaxWidth to Width, and MinHeight and MaxHeight to
Height.