$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);