resize window - lock

  • Thread starter Thread starter piotrek
  • Start date Start date
P

piotrek

Is there a posibility to totally lock posibility to resize window?
And to force application not to display a both sided arrow that allows user
to resize window?
Even when i set maximum and minumum window size the arrow is still visible.
Thanks
PK
 
Hi Piotrek,

you should set the FormBorderStyle property
of the form to FixedToolWindow and the MaximumSize
to the max you wish to have and it will
not be riszable.

Cheers
Lars Behrmann

_________________
Nothing is impossible. UML is the key for all your problems.
AODL - Make your .net apps OpenOffice ready
http://aodl.sourceforge.net/
 
Back
Top