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
SendMessage_(GadgetID(0),#EM_EXLIMITTEXT,0,63999)
Why limit a String control to handle PB's string limit when you could use this:
viewtopic.php?t=8587

viewtopic.php?t=8587


