Does anyone know how to not let the user make the form smaller than a certain size?
I don't really want to use:
since it flickers when the size is smaller than the one specified.VB Code:
If Me.Width <= 5115 Then Me.Width = 5115 End If
Any solutions and/or other ways of doing this?





Reply With Quote