If you mean fixing the size of a window as in not possible to resize?
Then set its BorderStyle to FormBorderStyle.Fixed3D or FixedDialog or
FixedSingle.
and if you do want to resize but fix a minimum size, then there is a lovely
little form property called (believe it or not...) MinimumSize which I
believe uses the point type to set the bounds.