Hi Peter,
Can you please e-mail me an example syntax for WS_MINIMIZEBOX (0x00020000)
and WS_MAXIMIZEBOX (0x00010000), as you described.
I can not find any reference to them in the module documentation.
Thanks and Best Regards,
Ken
----- Original Message -----
From: Peter Neswal <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: 07 March 2000 14:13
Subject: Re: [perl-win32-gui] Win32-GUI Window Styles
> 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
> >
> >
>