I have a From that is loaded no modal and Border style set to Sizeable.
I only want the form to remain one size but it must be able to minimise and maximise to that size.
I have changed the the height and width property in the Form_Resize event. How ever when the form is resized I get this screen repaint happening. And when I minimize I get error 384 “A form can't be moved or sized while minimized or maximized”.
Is there anything I can do about the screen repainting?
Is Error handling in the Form_Resize event the best solution?
Or is there another way all together of doing this?