http://qs321.pair.com?node_id=11109565

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Simple question. Is it possible to override - locally or globally - the standard icons the come with the MessageBox, possibly with .png?

my $answer = $mw->messageBox( -icon => 'question', -type => 'yesno', -title => 'Some Message', -message => 'Do you like me so far?', );