You can only disable either the "Minimize" or "Maximize" button by removing
WS_MINIMIZEBOX (0x00020000) or WS_MAXIMIZEBOX (0x00010000) style. However if
only one of them is specified in your windows style both of them will apear
in the title bar (but only the specified is enabled). Only if none of them
is specified both buttons are removed!
Both styles are specified in Win32::GUI.
Peter
----- Original Message -----
From: webmaster <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 06, 2000 9:41 PM
Subject: [perl-win32-gui] Win32-GUI Window Styles
> Hi,
>
> I wondered if anyone can tell me how style a Window to remove th maximize
> button.
>
> I have used WS_SYSMENU , which removes both minimize and maximize, what
> other styles are available in the Win32-GUI module.
>
> Thanks and Best Regards,
> Ken
>
>