hi wie kann man es anstellen das die gröse eines fensters nicht verendert werden kann also weder mit maximieren noch mit dem pfeil am rand danke -- Latein Unterricht ist die spätere Rache der Römer an den Germanen.
Prevent a window from being resized There are three ways to prevent a window from being resized.
1. Make sure the window does not have the WS_THICKFRAME style set, as this allows the user to resize the window. 2. Handle the WM_GETMINMAXINFO message. 3. Handle the WM_SIZING message.