On 13.02.02 at 18:18 [EMAIL PROTECTED] wrote:
>I know this isn't a gui question but I would like everyone's opinion
on
>which is better PerlApp which comes with the PerlDevKit or Perl2exe.
I only know Perl2Exe, and can say it works. Just remember to specify
used modules referenced by other modules
Hello,
I know this isn't a gui question but I would like everyone's opinion on
which is better PerlApp which comes with the PerlDevKit or Perl2exe. My
perlgui scripts are almost done and I want to start deploying them on user
machines ranging from Windows 98/NT/2000. Development done on NT. Whi
Excactly what I need !!!
Thank you very much
- Original Message -
From: "Peter Eisengrein" <[EMAIL PROTECTED]>
To: "'NAHUM Marc'" <[EMAIL PROTECTED]>;
Sent: Wednesday, February 13, 2002 5:57 PM
Subject: RE: [perl-win32-gui-users] size of AddTextfield ?
> $Textfield = $Window->AddTextfie
$Textfield = $Window->AddTextfield(
-name => "Textfield",
-left => 10,
-top => 10,
-text => "sample text",
-width=> 180,
-height => 22,
);
$Textfield->MaxLength(3);
> -Original Message-
> From: NAHUM Marc [mailto:[EMAIL PROTECTED]
> Sent: W
How can'I limit the number of character into AddTextfield
I want juste put a IP adresse : 3 character/Textfield
thanks for help,
marc,
5 matches
Mail list logo