So far so good. What you neglected to do was tell it to show the window.
When you create the window it is hidden by default.
Try adding $window->Show();
-Pete
-Original Message-
From: Bored is me [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 06, 2003 3:56 PM
To: perl-win32-gui-users@lis
this is my script so far:
#!C:/Perl/bin/perl.exe
use Win32::GUI;
my $window = Win32::GUI::Window->new(
-title=> "Stuff",
-left => 400,
-top => 100,
-width=> 185,
-height => 360,
-name => "Stuff",
);
$window->AddButton(
-name=> "Button1",
-ok
I have an image list that Im using in a treeview and in a tabstrip. I need
to use masks but I cannot work out what Im meant to do? I have tried
various combinations of setting the mask using the method
Add(BITMAP, [BITMAPMASK]) but Im getting nowhere - any ideas?
Cheers,
Jez.
_
3 matches
Mail list logo