Derek,
Use the textfield control, with the -multiline option set to 1. The text
will automatically wrap, but if you're explicity trying to create a new
line, use \r\n, and not just \n. To find out more, look up "Textfield"
under the Win32 GUI documentation.
Regards,
Ravi Singh
[EMAIL PROTECTED]
http://www.windows-shareware.com
----- Original Message -----
From: Derek J. Lambert <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 14, 2000 10:32 AM
Subject: [perl-win32-gui] Is there a textbox control??
> I'm trying to create a control that I can display multiple lines of text
> in (like a multi-line label). I've tried using escape codes in a label,
but
> it does not work. I can't find any reference to a control like this in the
> docs. Can anyone point me in the right direction here please? Thanks
>
> Derek J. Lambert
>
>
>