Greetings Monks!
I am having issues with setting an Icon on the console window using Perl Tk and Win32 console apps. The code posted below worked in windows xp/vista/7/8 and not in 10.
Perl Tk code below:
Win32 Console code below:my $image=$mw->Photo(-file=> "logo.gif"); $mw->idletasks; $mw->Icon(-image => $image);
Thanks in advance!sub icon { my $sIcon = Win32::Console::SetIcon("logo.gif"); }
In reply to Set Icon by PilotinControl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |