You can make the minimumsize the same as the maximum size and then set the
Maximizebox property to false. so when they double-click the titlebar it will
not maximize and since the min & max sizes are the same, if they dragged the
edge, they couldn't resize it.
good luck
[quoted text, click to view] "Janiv Ratson" wrote:
> Hi,
> Using C# and Windows Forms, how do I disable the window resizable option?
> I want my form to be fixed size only.
> Thanks,
> Janiv Ratson.
>
>