Does anyone know of any issues regarding the minimum height of a windows form in VB.NET?
I have a custom control which creates a new form with no borders on which is a single label. I programmatically set the location and size of the form. When I set the height of the form to anything under 34, and then show it, the height gets re-set to 34. Anything over 34 sticks but not when you go under this size. The form is set to have no padding, the ‘StartPosition’ is ‘Manual’, ‘AutoScroll’ is ‘False’. Can’t think of anything else that may affect it.