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