Page 1 of 1

SendMessage_(GadgetID(0),#EM_EXLIMITTEXT,0,63999)

Posted: Fri Dec 12, 2003 12:14 pm
by teachco
SendMessage_(GadgetID(0),#EM_EXLIMITTEXT,0,63999)
do not work under Win98, but perfectly under XP. Why?

Under Win98 the program crashs, if I load the editor gadget with a 40kB text. (SetGadgetText(0,...))

Thxs
Andy

Posted: Fri Dec 12, 2003 12:58 pm
by Rings
another reason to switch to newer OS of course.

Posted: Fri Dec 12, 2003 1:13 pm
by Kale
Why limit a String control to handle PB's string limit when you could use this:
viewtopic.php?t=8587
:D