Hi there
I'm resubmitting a variation on my previous cry for help (to which I got
no answers sadly) but narrowed down to a specific point now.

I've a win32 gui created using  The GUI Loft and it has a label which I
want to put a bmp on using perl.

However, I can't find a way to put this image on to the label. Can
anyone help please? Each of the following failed:

1. Tried;
$icon = getdcwd()."output.bmp";
$win-> lblHallblacks(-bitmap => $icon);

2. Clutching at staws, I tried:
$icon = Win32::GUI::Bitmap->new(getdcwd()."output.bmp");
$win-> lblHallblacks(-bitmap => $icon);



Thanks
Brian Rowlands
We must accept finite disappointment, but we must never lose infinite
hope.
Martin Luther King Jr. </quotes/k/martinlutherking/>  



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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