Re: bug in the EditText Area

new topic     » goto parent     » topic index » view thread      » older message » newer message

Not a bug!

Value of wParam. Specifies the new text limit, in bytes. If this parameter is 0,
Windows sets the maximum text limit.
The maximum text limit is 32,766 bytes for a single-line edit control, and
65,535 bytes for a multiline edit control.

i.e: void=sendMessage( control, EM_SETLIMITTEXT, 0, 0 )

That, incidentally, is why the old NotePad always went to WordPad for larger
files.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu