TAHAIC has asked for the wisdom of the Perl Monks concerning the following question:
I put the perl.ico file in c:\perl with the .pl hopeing that perlapp would include it. This did not work!! ...how can I include the perl.ico file in my exe. Thanks, TAHAICmy $MainIcon = new Win32::GUI::Icon("perl.ico"); my $MainIcon_class = new Win32::GUI::Class -name => "MainIcon_Class", -icon => $MainIcon, ); my $MainMenu = new Win32::GUI::Menu( -class => $MainIcon_class, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI::Icon problem with perlapp exe
by ikegami (Patriarch) on Dec 23, 2008 at 08:46 UTC | |
by TAHAIC (Novice) on Dec 23, 2008 at 11:13 UTC |