Thanks Barry




"O'Sullivan, Barry A" <[EMAIL PROTECTED]> on 04/09/99 04:13:52 PM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:    (bcc: Felice Vittoria/Aut/Schneider)
Subject:  RE: [perl-win32-gui] window title




     Hi Felice

     This statement creates a window which is non-resizabe
     and does not have the minimize, maximize and close buttons

     $W = new Win32::GUI::Window (
          -name => "W",
          -text => ("Test window", 2),
          -height => 380,
          -width => 300,
          -top => 200,
          #-exstyle => WS_EX_TOPMOST,    #<== window stays on top
          -style    => WS_BORDER | WS_CAPTION,
          -left => 200,
     );

     Enjoy
          Barry

> -----Original Message-----
> From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent:   Friday, April 09, 1999 3:37 PM
> To:     [EMAIL PROTECTED]
> Subject:     [perl-win32-gui] window title
>
> Hello,
>
> I was wondering if there is a way to disable the minimum, maximum, and
> close buttons on the window.
>
> Thanks,
> Felice
>







Reply via email to