yes, aparantly you can :)

http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=bitmapinline


Steve Loughran wrote:
This was on my "to-find-out" list :) Can you use DIBitmap for inline icons?

Steve

Glenn Linderman wrote:
On approximately 11/28/2006 9:08 PM, came the following characters from the keyboard of Apu islam:
anyone knows how I can replace the camel logo on the
Main window with my smily face ?


-Apu
Assuming $mw points to the main window, use

$my_smily_face_icon = new Win32::GUI::Icon( $iconfile );
$mw->SetIcon ( $my_smily_face_icon );


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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