hi,
i'm a newbie to winforms..
in my application..i've created a main form..
i show the other forms as dialog form on click event of buttons of my
mainform ...
but, here is a small problem..the forms which i show as dialog are resizable..
I can drag or shrink the form..which i dont to happen..
how can i turn off the resizability of the form

Re: winforms + resize issue by Diogo

Diogo
Fri Jun 08 08:32:06 CDT 2007

> hi,
> i'm a newbie to winforms..
> in my application..i've created a main form..
> i show the other forms as dialog form on click event of buttons of my
> mainform ...
> but, here is a small problem..the forms which i show as dialog are resizable..
> I can drag or shrink the form..which i dont to happen..
> how can i turn off the resizability of the form

Look at Properties of your form and find FormBorderStyle. Set it to
FixedDialog