Help for this page

Select Code to Download


  1. or download this
    my $msg_icon = $MW->Photo( -file=>'msgicon.xpm' );
    $MW->messageBox( -message => $message,
                     -icon    => $msg_icon,
                     -type    => 'okcancel',
                     -title   => $title );