From: Brian R. (G. H. School) <Row...@gr...> - 2007-10-17 06:57:53
|
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 =3D getdcwd()."output.bmp"; $win-> lblHallblacks(-bitmap =3D> $icon); 2. Clutching at staws, I tried: $icon =3D Win32::GUI::Bitmap->new(getdcwd()."output.bmp"); $win-> lblHallblacks(-bitmap =3D> $icon); Thanks Brian Rowlands We must accept finite disappointment, but we must never lose infinite hope. Martin Luther King Jr. </quotes/k/martinlutherking/> =20 |