Hello Is it possible to create Win32::GUI::Bitmap object not from file, but from memory data? Or how can I add bitmap to ImageList direct from memory data?
something like: # $img is a content of one.bmp file my $b = Win32::GUI::Bitmap::Create(16,16,0,24,$img); # dont works $IL->Add($b); thanks -- Best regards, Pavel mailto:[EMAIL PROTECTED]