$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: Wednesday, February 13, 2002 11:20
> To: [email protected]
> Subject: [perl-win32-gui-users] size of AddTextfield ?
>
>
> How can'I limit the number of character into AddTextfield
>
> I want juste put a IP adresse : 3 character/Textfield
>
> thanks for help,
>
> marc,
>
>
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>