Re: How to limit CWnd minimum size?

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Landon" <Landon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:48A9AC6F-2F80-4412-A02D-5701792D6F9D@xxxxxxxxxxxxxxxx
I make a resizable Window. But I want to limit the minimum width and
height
of the Window so that all the contents still displayed.


Override WM_GETMINMAXINFO (OnGetMinMaxInfo).

-- David


.