View Single Post
Old 01-25-2020, 05:07 AM   #921
juliansader
Human being with feelings
 
Join Date: Jul 2009
Posts: 3,714
Default

Quote:
Originally Posted by spk77 View Post
Is there any way to set the minimum size of a window?
It can get quite tiny (window style is "WS_BORDER"):
You can perhaps check the window size in every defer cycle, and then resize whenever the size is too small.

Alternatively, use a window style that does not allow resizing.
juliansader is offline   Reply With Quote