Page 1 of 1

Posted: Tue Feb 04, 2003 6:52 pm
by BackupUser
Restored from previous forum. Originally posted by merendo.

Code: Select all

StringGadget(0,10,10,381,300,"",#ES_MULTILINE|#ES_AUTOVSCROLL|#WS_VSCROLL|#PB_String_ReadOnly)
Does anybody how to add a line-return to the content of this gadget? (Chr(13) doesn't work, I don't know why)

May this be a bug?

Cu @ll, merendo
--
I wish ya a happy new year!

Posted: Tue Feb 04, 2003 7:12 pm
by BackupUser
Restored from previous forum. Originally posted by plouf.

it is needed a Chr(13)+Chr(10)

Christos

Posted: Tue Feb 04, 2003 7:59 pm
by BackupUser
Restored from previous forum. Originally posted by merendo.

Thank you!

Cu @ll, merendo
--
I wish ya a happy new year!