I have a WinForm that I do not want the use to resize. I don't see a Resizable property that I can set to false. So I enforced it by setting the maximum and minimum size of the form to the same.
First of all, is there a better way to do that? Secondly, I don't want the cursor changing when you hover over the border of the form - implying that it is resizable - how can I do that?
Thanks!
Dot
First of all, is there a better way to do that? Secondly, I don't want the cursor changing when you hover over the border of the form - implying that it is resizable - how can I do that?
Thanks!
Dot