almaler has asked for the wisdom of the Perl Monks concerning the following question:
my $Window = new Win32::GUI::DialogBox( -title => "Top Secret", -left => 200, -top => 200, -width => 400, -height => 245, -name => "Window", -style => WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI: the -style option is deprecated
by GrandFather (Saint) on Sep 19, 2007 at 22:29 UTC | |
|
Re: Win32::GUI: the -style option is deprecated
by almut (Canon) on Sep 19, 2007 at 22:20 UTC | |
|
Re: Win32::GUI: the -style option is deprecated
by state-o-dis-array (Hermit) on Sep 19, 2007 at 22:20 UTC |