Quoting Geoffrey Spear <[EMAIL PROTECTED]>:
> The docs at http://cpan.uwinnipeg.ca/htdocs/PAR-Packer/pp.html mention
the -a option to add files to the package. -i sets the app's icon,
but I'm trying to add an icon to use within my program (as a
NotifyIcon). Oddly enough, while the --help opti
- Original Message -
From: "Geoffrey Spear" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, May 23, 2007 9:29 PM
Subject: Re: [perl-win32-gui-users] camel
> I hate to bring back a nearly 6 month old thread, but is there some
> sort of trick to getting Win32::GUI to find icons bundled with a
>
I've reply'd by e-mail since this isn't a win32::gui problem. I think
this is what he wants:
#!/usr/bin/perl
system 'rundll32.exe url.dll,FileProtocolHandler notepad.exe';
print foreach (1..10);
__END__
While notepad is running, the main program still counts to 10 and
exits nicely.
Quo
There is Win32::SystemInfo where you can track memory. But that only works if
you don't have a leak but a sinking ship :). From the POD:
MemoryStatus
Win32::SystemInfo::MemoryStatus(%mHash,[$format]);
%mHash - The hash that will receive the results.
Hello,
I've been trying to dynamically change the -foreground value for a
textfield.
The following didnt work:
$TextField->Change( -foreground => [ 255, 0, 0 ] );
$TextField->InvalidateRect(1);
Nor did assigning different font objects. And from the info I've gathered on
the
5 matches
Mail list logo