I have a form, that I want to be sizeable, but not smaller than a specific
size.
How do I enforce this?
Right now, in the ResizeWindow event I check for the size, and set the
minimum size whenever it gets under it. But the result is awful -- with a
lot of flickering.
Any tip?
Thanks.
Joanna Clark - 28 Aug 2005 19:21 GMT
I found the answer by myself -- just set the MinimumSize property on the
Form, Duh!!
>I have a form, that I want to be sizeable, but not smaller than a specific
>size.
[quoted text clipped - 7 lines]
>
> Thanks.