How do I get a maximized, non-movable window? Also the minimize / maximize box must be disabled. (User only may use application maximized). I've tried sewveral styles, but found none to do exactly what I want. If I use
%WS_SYSMENU Or %WS_CAPTION Or %WS_MAXIMIZE (with disabled min/max box), then you can still drag the maximized window off-screen by clicking on it's caption.
Peter
%WS_SYSMENU Or %WS_CAPTION Or %WS_MAXIMIZE (with disabled min/max box), then you can still drag the maximized window off-screen by clicking on it's caption.
Peter
Comment