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
Diogo - 08 Jun 2007 14:32 GMT
> hi,
> i'm a newbie to winforms..
[quoted text clipped - 4 lines]
> 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