|
From: <fel...@mo...> - 2001-01-19 17:31:58
|
Christopher,
I believe you need to use the RichEdit control instead of the TextBox ( or
TextField ) control.
Felice
"christopher sagayam" <chr...@ya...> on 01/19/2001 12:19:00 PM
Please respond to per...@li...
To: per...@li...
cc: (bcc: Felice Vittoria/Aut/Schneider)
Subject: [perl-win32-gui-users] pressing ENTER key in text box
I have created a text box using
$dialog3->AddTextfield(
-name => "dialog3text3",
-left => $dialog3->ScaleWidth-470,
-top => $dialog3->ScaleHeight-98,
-text => "$dialog3text3",
-width => 460,
-height => 100,
);
when I press ENTER key in the text box the CURSOR is not going to the next
line inside the text box ? why ?
chris
www.perl-resume.com
_______________________________________________
Perl-Win32-GUI-Users mailing list
Per...@li...
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
|