Is there any way to enforce a minimum size (width and height) on a window?
I've seen applications that don't allow the resizing of their windows below a point, and do it without flickering or anything. Also if the resolution was below those minimums, they wouldn't allow maximizations, and would instead restore themselves to filling the screen but never maximized.
How can this be achieved?