Christopher,

I believe you need to use the RichEdit control instead of the TextBox ( or
TextField ) control.

Felice




"christopher sagayam" <[EMAIL PROTECTED]> on 01/19/2001 12:19:00 PM

Please respond to perl-win32-gui-users@lists.sourceforge.net

To:   perl-win32-gui-users@lists.sourceforge.net
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
Perl-Win32-GUI-Users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users







Reply via email to