primus has asked for the wisdom of the Perl Monks concerning the following question:
thanks for the help monks$bitmap = new Win32::GUI::Bitmap("temp.bmp"); $mypic = $main->AddLabel( -text => "nothing", -name => 'label_bitmap', -top => '25', -left => '10', -font => $t_font, -style => '14', -visible => '1', -background => [255,255,255], -foreground => [0,0,0],)); $mypic->SetImage($bitmap);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI bitmap
by primus (Scribe) on Jan 28, 2003 at 03:14 UTC | |
by sarnold_8 (Initiate) on Apr 05, 2003 at 08:53 UTC | |
|
Re: Win32::GUI bitmap
by Flame (Deacon) on Jan 28, 2003 at 04:43 UTC | |
by primus (Scribe) on Jan 28, 2003 at 05:33 UTC | |
by Flame (Deacon) on Jan 28, 2003 at 05:36 UTC | |
|
Re: Win32::GUI bitmap
by pg (Canon) on Jan 28, 2003 at 06:06 UTC | |
by elwarren (Priest) on Jan 29, 2003 at 07:16 UTC | |
by primus (Scribe) on Jan 30, 2003 at 05:10 UTC |