Alain Morillon wrote:
> Hi,
> 
> Is there a solution in order to save into a file some Icons which has been
> extracted from Exe file ?

there is an undocumented write_iconfile method in Win32::Exe::IconFile. 
so I guess this (untested!) is what you want:

    $icon->write_iconfile("foo.ico");

cheers,
Aldo


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to