MDI Child's Size
Article Writing
2
Posts
2
Posters
0
Views
1
Watching
-
does anyone know how to set max/min size of an mdi child view? i have a mdi application, and i want my my views to have a specific width and height...any idea? thanks F.Dost
Check the docs for WM_GETMINMAXINFO message: "The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size." Tomasz Sowinski http://www.shooltz.com.pl