You'll kick yourself:) I've been stung with something similar.
Your problem is related to scope. The bitmap is created correctly, but when InitGUI finishes $logoBitmap is destroyed resulting in no bitmap being displayed. If $logoBitmap is global, it will work:)
Cheers, jez.----- Original Message ----- From: "Francesco Rizzi" <[EMAIL PROTECTED]>
To: <perl-win32-gui-users@lists.sourceforge.net> Sent: Monday, October 04, 2004 8:06 PM Subject: [perl-win32-gui-users] Help? Bitmap not showing up!