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

Windows specific forum
teachco
New User
New User
Posts: 3
Joined: Wed May 28, 2003 12:48 pm

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

Post 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
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

another reason to switch to newer OS of course.
SPAMINATOR NR.1
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

Why limit a String control to handle PB's string limit when you could use this:
viewtopic.php?t=8587
:D
--Kale

Image
Post Reply