B
Bill Henning
We've located a bug in .NET 2.0 where no matter what settings we make on a
Form, it will now size smaller than 123 width by 34 height. In .NET 1.0 and
1.1, setting the border style to None and setting MinimumSize property to
1x1 (along with other settings like no control box, minimize button, etc.)
would allow forms of any small size.
The only way we've found to allow the size to be smaller in .NET 2.0 is to
intercept the WM_GETMINMAXINFO message to the Form and provide our own data.
Is this a confirmed bug by Microsoft?
Form, it will now size smaller than 123 width by 34 height. In .NET 1.0 and
1.1, setting the border style to None and setting MinimumSize property to
1x1 (along with other settings like no control box, minimize button, etc.)
would allow forms of any small size.
The only way we've found to allow the size to be smaller in .NET 2.0 is to
intercept the WM_GETMINMAXINFO message to the Form and provide our own data.
Is this a confirmed bug by Microsoft?