Hi, First upgrade Win32::GUI to version 1.0 (download from Sourceforge).
Second, you do not need to use Mime::Base64::Perl to use BitmapInline (unless you are using it as part of something else. Otherthan that, the BitmapInline should work fine. Noted that you had tacked onto this thread (RE Listview - Drag n Drop). If you follow the thread back, an example using BitmapInline has been passed back and forth. This should execute as a complete program on your machine, as an example of how to use. CW On Tue, 2005-01-11 at 03:28, MJG wrote: > I've been trying to play with the BitmapInline function so I can create > a dialog box with some edit fields and with a logo, but am not having > much luck. Has anyone got this to work or have a better solution? I'm > using Perl 5.8, Win32::Gui .558 and Mime-Base64-Perl extension. > > MJG > > use Win32::GUI; > use Win32::GUI::BitmapInline (); > use Mime::Base64::Perl; > > > $Bitmap1 = new Win32::GUI::BitmapInline( > q( > Qk32AAAAAAAAAHYAAAAoAAAAEAAAABAAAAABAAQAAAAAAIAAAAAAAAAAAAAAABAAAAAQAAAA > AAAA > AACcnABjzs4A9/f3AJzO/wCc//8Azv//AP///wD///8A////AP///wD///8A////AP///wD/ > //8A > ////AHd3d3d3d3d3d3d3d3d3d3dwAAAAAAAABxIiIiIiIiIHFkVFRUVEQgcWVVRUVFRCBxZV > VVVF > RUIHFlVVVFRUUgcWVVVVVUVCBxZVVVVUVFIHFlVVVVVVQgcWZmZmZmZSBxIiIiIRERF3cTZl > UQd3 > d3d3EREQd3d3d3d3d3d3d3d3 ) > ); > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >